Created
December 19, 2016 13:10
-
-
Save thiagoa/3218c3e37e639bcb434c83af2fcd9220 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
class Project < ApplicationRecord | |
include Imageable | |
end | |
project = Project.new | |
project.main_image #=> <Image kind="main_image" imageable_type="Project"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment