templates/app/controllers/application_controller.rb in cybele-0.4.1 vs templates/app/controllers/application_controller.rb in cybele-0.5.0
- old
+ new
@@ -5,6 +5,6 @@
respond_to :html, :json
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :exception
-end
+end
\ No newline at end of file