class Jabysoft::RailsPatterns::Configuration

Attributes

skip_authorisation[RW]

Public Class Methods

new() click to toggle source
# File lib/jabysoft/rails_patterns/configuration.rb, line 5
def initialize
  @skip_authorisation = true
end

Public Instance Methods

authorisation_skipped?() click to toggle source
# File lib/jabysoft/rails_patterns/configuration.rb, line 9
def authorisation_skipped?
  @skip_authorisation
end