Module: Sinatra::GAuth::Helpers
- Defined in:
- lib/sinatra/g_auth.rb
Instance Method Summary collapse
Instance Method Details
#protect_with_gauth! ⇒ Object
9 10 11 |
# File 'lib/sinatra/g_auth.rb', line 9 def protect_with_gauth! redirect '/auth/g' unless session[:_gauth] end |