Method: Gatherable::ApplicationController#index
- Defined in:
- app/controllers/gatherable/application_controller.rb
#index ⇒ Object
6 7 8 |
# File 'app/controllers/gatherable/application_controller.rb', line 6 def index render :json => model_class.where(global_id => global_id_val), :status => :found end |