Sha256: 4000afb40ef32e1c003c99f874c6064332773b12c2f644c5ab8d212887e5da0d

Contents?: true

Size: 189 Bytes

Versions: 4

Compression:

Stored size: 189 Bytes

Contents

module Dating
  class DaughterController < ActionController::Base
    include Cbac

    def take_to_dinner; end
    def bring_home; end

  private
    attr_accessor :current_user
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cbac-0.6.10 spec/fixtures/controllers/dating/daughter_controller.rb
cbac-0.6.9 spec/fixtures/controllers/dating/daughter_controller.rb
cbac-0.6.8 spec/fixtures/controllers/dating/daughter_controller.rb
cbac-0.6.7 spec/fixtures/controllers/dating/daughter_controller.rb