3 lines
100 B
Ruby
3 lines
100 B
Ruby
class PublicController < ActionController::Base
|
|
skip_before_action :verify_authenticity_token
|
|
end
|