Greetings:<br><br>I am writing a basic accounting module for an app. Rather unfortunately the name &quot;transactions&quot; 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 &quot;FTransaction&quot;. How do I refer to the model in the view layer? Do I use f_transaction, ftransaction?&nbsp; Either way it is currently returning a nill object at the moment.
<br><br>Along the same naming issue, when defining a method &quot;recent_ftransactions&quot; how does the naming work here too (re: underscoring)?<br><br>Thanks, Dave<br clear="all"><br>-- <br>~~~~~~~~~~~~~~~~~~~<br>D'Andrew &quot;Dave&quot; Thompson
<br><a href="http://dathompson.blogspot.com">http://dathompson.blogspot.com</a>