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