mirror of
https://github.com/wahyd4/Libr.git
synced 2026-08-15 07:46:29 +10:00
4 lines
80 B
Ruby
4 lines
80 B
Ruby
class ApplicationController < ActionController::Base
|
|
protect_from_forgery
|
|
end
|