Exception: PaperclipAttributes::Error::PerformNotImplemented

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

Instance Method Summary collapse

Constructor Details

#initializePerformNotImplemented

Returns a new instance of PerformNotImplemented.



16
17
18
# File 'lib/paperclip_attributes/error.rb', line 16

def initialize
  super("override perform method in host class")
end