Module: Broker::WebHelpers

Defined in:
lib/broker/web_helpers.rb

Instance Method Summary collapse

Instance Method Details

#current_pathObject



8
9
10
# File 'lib/broker/web_helpers.rb', line 8

def current_path
  @current_path ||= request.path_info.gsub(/^\//,'')
end

#root_pathObject



5
6
7
# File 'lib/broker/web_helpers.rb', line 5

def root_path
  "#{env['SCRIPT_NAME']}/"
end