Dealing with "mostly static" content in Rails -
my current project has dynamic stuff has quite few of these "mostly static" pages. these pages need updated cms style, "about" page or "welcome" page, rarely.
my end goal have site owner able log in , edit text of these pages. there multiple translations of these various pages.
what best way deal these "mostly static" pages?
my current thinking need create model organization , store "about" blurb , other info properties of model. can translate using globalize2. seems goofy since there ever 1 of these models.
does seem reasonable?
anyone have better idea?
Comments
Post a Comment