This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# db/migrate/create_items.rb | |
# if you use activerecord | |
class CreateItems < ActiveRecord::Migration | |
def change | |
create_table :items do |t| | |
t.string :title | |
t.string :slug | |
t.timestamps | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="image_area"> | |
<r-img image-hash="hashWithImageUrls" bg-position="center"> | |
</div> |
NewerOlder