Displaying 1 result from an estimated 1 matches for "objectives_not".
Did you mean:
objectives_note
2006 Jan 21
3
help... why can''t Iuse data from two tables in the same view
...ex.class) is given as "Exercise" - ie the
name of the base class
If in the view I debug @newex, it gives me:
--- !ruby/object:Exercise
attributes:
logistics_id:
scope_note: JUsst involves me
scenario_note: ''''
players_id:
logistics_note: ''''
objectives_note: To test the system
(etc...)
- which is what I expect; and I can easily dump out individual values in
the view, eg @newex[''objectives_note''] gives me = "To test the system"
which is correct.
Template Items.
Then in the same ''hello'' method in the...