RailsCasts Pro episodes are now free!

Learn more or hide this

jeffreyrose's Profile

GitHub User: jeffreyrose

Comments by

Avatar

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