3 lines
96 B
Ruby
3 lines
96 B
Ruby
class ApiController < ApplicationController
|
|
skip_before_action :verify_authenticity_token
|
|
end
|