Exception occurred during reader method compilation.?

I don’t get it.
or how to fix it.

Exception occurred during reader method compilation.
Maybe 11 is not a valid Ruby identifier?
compile error
/Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/attribute_methods.rb:211:
syntax error, unexpected tINTEGER
def 11; missing_attribute(‘11’, call…
^
/Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/attribute_methods.rb:211:
syntax error, unexpected kEND, expecting $end
…(‘11’); @attributes[‘11’]; end
^
Exception occurred during reader method compilation.
Maybe 11 is not a valid Ruby identifier?
compile error
/Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/attribute_methods.rb:211:
syntax error, unexpected tINTEGER
def 11=(new_value);write_attribute(‘11’, new_value);end
^
Exception occurred during reader method compilation.
Maybe 11 is not a valid Ruby identifier?
compile error
/Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/attribute_methods.rb:211:
syntax error, unexpected tINTEGER
def 11?; query_attribute(‘11’); end
^
/Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/attribute_methods.rb:211:
syntax error, unexpected kEND, expecting $end
def 11?; query_attribute(‘11’); end
^
Exception occurred during reader method compilation.
Maybe 12 is not a valid Ruby identifier?
compile error
/Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/attribute_methods.rb:211:
syntax error, unexpected tINTEGER
def 12; missing_attribute(‘12’, call…
^
/Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/attribute_methods.rb:211:
syntax error, unexpected kEND, expecting $end
…(‘12’); @attributes[‘12’]; end
^
Exception occurred during reader method compilation.
Maybe 12 is not a valid Ruby identifier?
compile error
/Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/attribute_methods.rb:211:
syntax error, unexpected tINTEGER
def 12=(new_value);write_attribute(‘12’, new_value);end
^

On May 18, 10:14 pm, Morgan M. [email protected]
wrote:

I don’t get it.
or how to fix it.

Exception occurred during reader method compilation.
Maybe 11 is not a valid Ruby identifier?

it isn’t. do you have columns of that name ?

Fred