Sha256: 9f4a10648506105f562fe7088462af7c63f948726db2bf84b3764578f150107b
Contents?: true
Size: 276 Bytes
Versions: 2
Compression:
Stored size: 276 Bytes
Contents
module Dating class DaughterController < ActionController::Base include Cbac def take_to_dinner; end def bring_home; end def authorize authorization_check(params[:controller], params[:action], request.request_method.downcase, self) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cbac-0.8.0 | spec/fixtures/controllers/dating/daughter_controller.rb |
cbac-0.7.0 | spec/fixtures/controllers/dating/daughter_controller.rb |