Class: EPlat::Current

Inherits:
ActiveSupport::CurrentAttributes
  • Object
show all
Defined in:
lib/e_plat/current.rb

Instance Method Summary collapse

Instance Method Details

#e_plat_sessionObject



5
6
7
# File 'lib/e_plat/current.rb', line 5

def e_plat_session
    super || raise("EPlat session has not been initialized.")
end