Exception: CacheMan::FinderNotFound

Inherits:
CacheManError show all
Defined in:
lib/cache_man/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeFinderNotFound

Returns a new instance of FinderNotFound.



6
7
8
# File 'lib/cache_man/errors.rb', line 6

def initialize
  super("There is no <model>.find method defined. Please implement a <model>.find method or a finder module in app/models/<model>/finder.rb")
end