Method: WCC::Contentful::Configuration#store=
- Defined in:
- lib/wcc/contentful/configuration.rb
#store=(param_array) ⇒ Object
Convenience for setting store without a block
136 137 138 |
# File 'lib/wcc/contentful/configuration.rb', line 136 def store=(param_array) store(*param_array) end |