Methods
A
Instance Public methods
action_missing(action)
  # File rhino/rhino/app/controllers/rhino/simple_controller.rb
5 def action_missing(action)
6   authorize klass, "#{action}?".to_sym
7 
8   render json: klass.send(action)
9 end