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.



10
11
12
# File 'lib/cell/rails3_0_strategy.rb', line 10

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