simple_record 1.1.48 → 1.1.49

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/simple_record/attributes.rb +1 -1
  2. metadata +1 -1
@@ -132,7 +132,7 @@ module SimpleRecord
132
132
 
133
133
  # Define reader method
134
134
  send(:define_method, arg) do
135
- puts 'GETTING ' + arg.to_s
135
+ # puts 'GETTING ' + arg.to_s
136
136
  attribute = defined_attributes_local[arg]
137
137
  options2 = attribute.options # @@belongs_to_map[arg]
138
138
  class_name = options2[:class_name] || arg.to_s[0...1].capitalize + arg.to_s[1...arg.to_s.length]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_record
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.48
4
+ version: 1.1.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Reeder