Module: Slimer::WebHelpers
- Defined in:
- lib/slimer/web/helpers.rb
Instance Method Summary collapse
Instance Method Details
#current_path ⇒ Object
10 11 12 |
# File 'lib/slimer/web/helpers.rb', line 10 def current_path @current_path ||= request.path_info.gsub(%r{^/}, "") end |
#root_path ⇒ Object
6 7 8 |
# File 'lib/slimer/web/helpers.rb', line 6 def root_path "#{env["SCRIPT_NAME"]}/" end |