Exception: PaperclipAttributes::Error::AttributeNotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/paperclip_attributes/error.rb

Instance Method Summary collapse

Constructor Details

#initializeAttributeNotFound

Returns a new instance of AttributeNotFound.



10
11
12
# File 'lib/paperclip_attributes/error.rb', line 10

def initialize
  super("you need to execute the paperclip_attributes generator with recipes you need")
end