RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: jeffreyrose
You override the https requirement for all the actions in a controller with:
private def use_https? false end
How would you do it on an single action or a subset of all the actions in a controller?
Thanks
You override the https requirement for all the actions in a controller with:
private
def use_https?
false
end
How would you do it on an single action or a subset of all the actions in a controller?
Thanks