lib/lorj_account.rb in lorj-1.0.11 vs lib/lorj_account.rb in lorj-1.0.12

- old
+ new

@@ -61,9 +61,10 @@ module Lorj # This class limits ERB template to access only to config object data. class ERBConfig attr_reader :config + attr_accessor :data def initialize(config) @config = config end