mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-05-30 16:30:59 +00:00
Fixed formatting and ruby hash syntax
This commit is contained in:
parent
8836bc49f2
commit
fbd6ad4ac6
42 changed files with 170 additions and 166 deletions
|
@ -1,3 +1,3 @@
|
|||
class Api::V1::BaseController < ActionController::Base
|
||||
respond_to :json
|
||||
end
|
||||
end
|
||||
|
|
|
@ -2,4 +2,4 @@ class Api::V1::UsersController < Api::V1::BaseController
|
|||
def index
|
||||
respond_with Api::V1::UsersCollection.as_json
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue