Method: Trellis::Application.session
- Defined in:
- lib/trellis/trellis.rb
.session(sym, options = {}) ⇒ Object
80 81 82 |
# File 'lib/trellis/trellis.rb', line 80 def self.session(sym, ={}) @session_config = OpenStruct.new({:impl => sym, :options => }) end |