ensl.org/app/controllers/api/v1/users_controller.rb
2014-03-31 22:37:38 +01:00

5 lines
129 B
Ruby

class Api::V1::UsersController < Api::V1::BaseController
def index
respond_with Api::V1::UsersCollection.as_json
end
end