Created
August 2, 2016 09:54
-
-
Save glebtv/9185e74a1ae60b23e12ef442c1b4583c to your computer and use it in GitHub Desktop.
This file contains 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
RocketCMS.patch 'Page' do | |
model do | |
has_attached_file :icon | |
validates_attachment_content_type :icon, content_type: /\Aimage\/.*\Z/ | |
end | |
edit do | |
field :icon | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment