James MacAulay wrote: > When I use script/generate to make a behavior, the default test fails > right out of the box. It doesn't seem to like the use of > 'behavior_id' on Page, and I don't really understand why. I'm working > off of the svn trunk, with revision 87. Any thoughts as to why this > is happening? Is it only me? I've made some changes to my > istallation, but none that I would expect could affect something like > this.
This works for me: $ script/console Loading development environment. >> Page.find(1).behavior_id => "" >> Does it work for you? -- John Long http://wiseheartdesign.com _______________________________________________ Radiant mailing list [email protected] http://lists.radiantcms.org/mailman/listinfo/radiant
