Class: ActiveSync::ModelsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/active_sync/models_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
7
8
# File 'app/controllers/active_sync/models_controller.rb', line 4

def index

  render json: ActiveSync::Sync.model_descriptions

end