mirror of
https://github.com/plashchynski/crono.git
synced 2026-05-31 12:10:40 +02:00
6 lines
120 B
Ruby
6 lines
120 B
Ruby
module Crono
|
|
class ApplicationController < ActionController::Base
|
|
protect_from_forgery with: :exception
|
|
end
|
|
end
|