Class: Cell::VersionStrategy::MissingTemplate

Inherits:
ActionView::ActionViewError
  • Object
show all
Defined in:
lib/cell/rails3_0_strategy.rb

Instance Method Summary collapse

Constructor Details

#initialize(message, possible_paths) ⇒ MissingTemplate

Returns a new instance of MissingTemplate.



7
8
9
# File 'lib/cell/rails3_0_strategy.rb', line 7

def initialize(message, possible_paths)
  super(message + " and possible paths #{possible_paths}")
end