I'd like to create a model in my rails application that will be stored in my database (or in any other way) and which will be unique.
The usual way to create models in rails creates a whole table, but that seems overkill to store only one record...
Is there a better way to do this ?
EDIT:
I think my question needs improvements to be fully answered to.
I want to use a model because it will permit to upload an image with carrierwave, which will be unique and displayed in a specific place on my website.
Like a logo for exemple