lib/clarion/config.rb in clarion-0.3.0 vs lib/clarion/config.rb in clarion-1.0.0

- old
+ new

@@ -34,9 +34,13 @@ option def app_id @options[:app_id] end + option def rp_id + @options[:rp_id] + end + option def store @store ||= Clarion::Stores.find(@options.fetch(:store).fetch(:kind)).new(store_options) end def store_options