Module: Poros::Config
- Included in:
- Poros
- Defined in:
- lib/poros/config.rb
Class Method Summary collapse
Class Method Details
.configuration ⇒ Object
3 4 5 6 7 |
# File 'lib/poros/config.rb', line 3 def self.configuration @configuration ||= { permitted_classes: [Symbol], } end |
.configure {|configuration| ... } ⇒ Object
9 10 11 |
# File 'lib/poros/config.rb', line 9 def self.configure yield(configuration) end |