Sha256: 70817fe3928bf6f023751cca82ade269c7c5c49df528fad87e555f987c17d3d4
Contents?: true
Size: 314 Bytes
Versions: 22
Compression:
Stored size: 314 Bytes
Contents
ActionController::Routing::Routes.draw do |map| if Authorization::activate_authorization_rules_browser? map.resources :authorization_rules, :only => [:index], :collection => {:graph => :get, :change => :get, :suggest_change => :get} map.resources :authorization_usages, :only => :index end end
Version data entries
22 entries across 22 versions & 9 rubygems
Version | Path |
---|---|
viva-declarative_authorization-0.3.2.2.1 | config/routes.rb |
declarative_authorization-0.3.2.3 | config/routes.rb |