Files
osem/app/controllers/api/base_controller.rb
Ancor Gonzalez Sosa 27017a4823 WIP: first prototype of the JSON API.
* Tests not included, so I cannot prove that it works
2013-07-04 14:02:50 +02:00

4 lines
78 B
Ruby

class Api::BaseController < ActionController::Base
protect_from_forgery
end