Should I create model files when only visualizing data in Rails?
I started working on first small rails project which will in fact get data
from database and visualize in jquery datatable. There will be no updates
at all. The question is, should I create models for this data and access
it through activerecord or it is ok to access it directly through SQL
commands in controller ?
No comments:
Post a Comment