# File lib/refinery/authenticated_system.rb, line 17 def redirect_back_or_default(default) redirect_to(pop_stored_location || default) end