2021-07-14 13:10:24 +00:00
|
|
|
# TODO: we should switch to ActionController::API for the base classes
|
|
|
|
# One of the specs is failing when I tried doing that, lets revisit in future
|
2021-06-15 14:39:17 +00:00
|
|
|
class PublicController < ActionController::Base
|
|
|
|
skip_before_action :verify_authenticity_token
|
|
|
|
end
|