Created
June 7, 2012 08:04
-
-
Save stefanoverna/2887325 to your computer and use it in GitHub Desktop.
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
| nel modello: | |
| class Page < ActiveRecord | |
| has_image :image | |
| has_image :featured_image | |
| has_gallery :gallery | |
| has_gallery :secondary_gallery | |
| end | |
| nell'editor | |
| Railsyard::Backend.define_editor_for Page do | |
| edit do | |
| image :image | |
| image :featured_image, without: [:alt, :title] | |
| gallery :gallery | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment