Method: Megatron::ApplicationHelper#options_from_args
- Defined in:
- app/helpers/megatron/application_helper.rb
#options_from_args(args) ⇒ Object
20 21 22 23 24 25 26 |
# File 'app/helpers/megatron/application_helper.rb', line 20 def (args) if args.last.is_a? Hash args.pop else {} end end |