Files
old-izreke/app/controllers/application_controller.rb

7 lines
124 B
Ruby
Raw Normal View History

2016-09-03 08:53:39 +02:00
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
2016-09-08 09:59:42 +02:00
layout 'application'
2016-09-03 08:53:39 +02:00
end