Method: RedactorRails::BaseController#index
- Defined in:
- app/controller/redactor_rails/base_controller.rb
#index ⇒ Object
3 4 5 6 |
# File 'app/controller/redactor_rails/base_controller.rb', line 3 def index @redactors = controller_model.order :id render json: @redactors.to_json end |