class Controller < Grape::API include Auth before do protect_against_forgery end resource :something do ... end end