Skip to content

Instantly share code, notes, and snippets.

@thiagoa
Created December 19, 2016 13:10
Show Gist options
  • Save thiagoa/3218c3e37e639bcb434c83af2fcd9220 to your computer and use it in GitHub Desktop.
Save thiagoa/3218c3e37e639bcb434c83af2fcd9220 to your computer and use it in GitHub Desktop.
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