mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
5 lines
128 B
Ruby
5 lines
128 B
Ruby
|
class Api::V1::UsersController < Api::V1::BaseController
|
||
|
def index
|
||
|
respond_with Api::V1::UsersCollection.as_json
|
||
|
end
|
||
|
end
|