module ActionDispatch::Routing::Mapper::Base

Public Instance Methods

record_select_routes() click to toggle source
# File lib/record_select/extensions/routing_mapper.rb, line 5
def record_select_routes
  get :browse, :on => :collection
end