Greetings:<br><br>I am writing a basic accounting module for an app. Rather unfortunately the name "transactions" is a reserved term in Rails (being the only accounting term trully representational of a financial transaction). I am left to come up with other names. One such name was f_transaction.
<br><br>This worked on the DB level, but I noticed that the Model name dropped the underscore, thus "FTransaction". How do I refer to the model in the view layer? Do I use f_transaction, ftransaction? Either way it is currently returning a nill object at the moment.
<br><br>Along the same naming issue, when defining a method "recent_ftransactions" how does the naming work here too (re: underscoring)?<br><br>Thanks, Dave<br clear="all"><br>-- <br>~~~~~~~~~~~~~~~~~~~<br>D'Andrew "Dave" Thompson
<br><a href="http://dathompson.blogspot.com">http://dathompson.blogspot.com</a>