Fixed formatting and ruby hash syntax

This commit is contained in:
Callum Barratt 2014-03-31 22:33:16 +01:00
parent 8836bc49f2
commit fbd6ad4ac6
42 changed files with 170 additions and 166 deletions

View file

@ -1,3 +1,3 @@
class Api::V1::BaseController < ActionController::Base
respond_to :json
end
end

View file

@ -2,4 +2,4 @@ class Api::V1::UsersController < Api::V1::BaseController
def index
respond_with Api::V1::UsersCollection.as_json
end
end
end