Sha256: 182d230069a1bb522154e371d262b8927014d9c5c8367274c320c442731fca73

Contents?: true

Size: 247 Bytes

Versions: 2

Compression:

Stored size: 247 Bytes

Contents

module Challah::User

  module Reflector

    def authorizations_table_name
      @authorizations_table_name ||= authorization_model.table_name
    end

    def authorization_model
      @authorization_model ||= ::Authorization
    end

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
challah-1.1.1 lib/challah/user/reflector.rb
challah-1.1.0 lib/challah/user/reflector.rb