Displaying 1 result from an estimated 1 matches for "workflow_id".
2006 Jan 09
0
Active Record Attributes using Dot Notation doesn''t work
...=>"wfe_admin",
"updated_on"=>"2006-01-04 18:35:06", "lock_version"=>"0", "id"=>"33",
"trigger"=>"2", "description"=>nil, "updated_user"=>"wfe_admin",
"workflow_id"=>"51", "time_limit"=>nil}>
When I attempt to access it via dot notation it shows as nil:
irb(#<Transition:0x3900f48>):013:0> self.trigger
self.trigger
=> nil
Using hash notation it''s there:
irb(#<Transition:0x3900f48>):014:0> self...