Method: Artwork::Model#attachment_styles_for

Defined in:
lib/artwork/model.rb

#attachment_styles_for(attachment_name) ⇒ Object



11
12
13
# File 'lib/artwork/model.rb', line 11

def attachment_styles_for(attachment_name)
  self.class.attachment_definitions[attachment_name.to_sym][:styles].keys
end