mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-23 11:56:24 +10:00
4 lines
80 B
Ruby
4 lines
80 B
Ruby
class ApplicationController < ActionController::Base
|
|
protect_from_forgery
|
|
end
|