Method: Usher::Interface::Rails23::Mapper#method_missing
- Defined in:
- lib/usher/interface/rails23/mapper.rb
#method_missing(route_name, *args, &proc) ⇒ Object
:nodoc:
36 37 38 39 |
# File 'lib/usher/interface/rails23/mapper.rb', line 36 def method_missing(route_name, *args, &proc) #:nodoc: super unless args.length >= 1 && proc.nil? @set.add_named_route(route_name, *args) end |