Skip to content

Instantly share code, notes, and snippets.

@piclez
Created August 6, 2008 01:17
Show Gist options
  • Save piclez/4147 to your computer and use it in GitHub Desktop.
Save piclez/4147 to your computer and use it in GitHub Desktop.
throw :halt, Proc.new { |controller|
@user = params[:login]
render(:index_not_logged_in)
} if !current_user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment