RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: jessethebuilder
params doesn't return all of this now (Rails 4.2). params only returns the action and controller and an id if applicable.
What do you do now? Parse the url?
params doesn't return all of this now (Rails 4.2). params only returns the action and controller and an id if applicable.
What do you do now? Parse the url?