module Grape::CanCan::API

Public Instance Methods

authorize_routes!() click to toggle source

Convienience method to authorize every route

# File lib/grape/cancan.rb, line 10
def authorize_routes!
  before { authorize_route! }
end