module Cell::Testing::ControllerFor

Public Instance Methods

controller_for(controller_class) click to toggle source

This method is provided by the cells-rails gem.

# File lib/cell/testing.rb, line 53
def controller_for(controller_class)
  # raise "[Cells] Please install (or update?) the cells-rails gem."
end