Module: Lockdown::References

Included in:
Lockdown
Defined in:
lib/lockdown/references.rb

Instance Method Summary collapse

Instance Method Details

#helperObject



3
4
5
# File 'lib/lockdown/references.rb', line 3

def helper
  Lockdown::Helper
end

#rulesObject



7
8
9
# File 'lib/lockdown/references.rb', line 7

def rules
  Lockdown::Rules
end

#sessionObject



11
12
13
# File 'lib/lockdown/references.rb', line 11

def session
  Lockdown::Session
end

#systemObject



15
16
17
# File 'lib/lockdown/references.rb', line 15

def system
  Lockdown::System
end