lib/recurly/schema/schema_factory.rb in recurly-3.0.0.beta.4 vs lib/recurly/schema/schema_factory.rb in recurly-3.0.0.beta.5

- old
+ new

@@ -26,10 +26,10 @@ # account.schema # #=> Recurly::Schema # acount.code = "newcode" # this method protected since read_only = true # account.code # #=> "mycode" - def define_attribute(name, type, options={}) + def define_attribute(name, type, options = {}) attribute = schema.add_attribute(name, type, options) # Define the reader define_method(name) do self.attributes[name]