Displaying 1 result from an estimated 1 matches for "some_other_helper_funct".
2011 Jan 16
1
Before and After Filters/Functions for Rails Routes
...it se friendly
In every controller, I do not want to call any function to humanize string
back again, this should done by router
In the router:
match ''search/:string'' => ''Post#search'', :as => :search, before =>
some_helper_function, after => some_other_helper_function
In these helper function what I will do is that i will parametrize any
params I want, then I will humanize any params back again
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrai...