more style fixes

This commit is contained in:
Stella Rouzi 2014-08-07 07:42:22 +03:00
parent 1c1391c69e
commit e06e0a5ca3
8 changed files with 134 additions and 114 deletions

View file

@ -1,3 +1,5 @@
class Api::BaseController < ActionController::Base
protect_from_forgery
module Api
class BaseController < ActionController::Base
protect_from_forgery
end
end