Method: ResqueHelper#current_section
- Defined in:
- app/helpers/resque_helper.rb
#current_section ⇒ Object
13 14 15 |
# File 'app/helpers/resque_helper.rb', line 13 def current_section request.path_info.sub('/', '').split('/')[1].downcase end |