We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f4de6 commit 331c265Copy full SHA for 331c265
1 file changed
config/routes.rb
@@ -55,6 +55,7 @@
55
# match ':user_id/:slug', :to => "programs#show", :as => :program
56
57
match 'faq' => 'static#faq'
58
+ match 'contribute' => 'static#contribute'
59
root :to => "static#root"
60
61
end
0 commit comments