Module: AuthHelper
- Defined in:
- app/helpers/auth_helper.rb
Instance Method Summary collapse
Instance Method Details
#auth_stylesheet ⇒ Object
2 3 4 |
# File 'app/helpers/auth_helper.rb', line 2 def auth_stylesheet "<link rel=\"stylesheet\" href=\"#{url_for :controller => 'auth', :action => 'index', :format => 'css'}\" />" end |