Displaying 1 result from an estimated 1 matches for "__bp_file".
2006 Jan 09
0
Active Record Attributes using Dot Notation doesn''t work
...ng active record attributes
using dot notation. Some attributes work, others do not. The attribute
exists in the database (it is a smallint). Using breakpointer and IRB I
can see it in the active record:
irb(#<Transition:0x3900f48>):012:0> self
self
=> #<Transition:0x3900f48
@__bp_file="./script/../config/../app/models/transition.rb",
@__bp_line=61, @attributes={"name"=>"ChargeCC",
"created_on"=>"2006-01-04 18:35:06", "created_user"=>"wfe_admin",
"updated_on"=>"2006-01-04 18:35:06&...