259 260 261 262
# File 'lib/junebug/controllers.rb', line 259 def get @state.user = nil input.return_to.blank? ? redirect(Junebug.startpage) : redirect(input.return_to) end