generators/cell/templates/cell.rb in cells-2.3.0 vs generators/cell/templates/cell.rb in cells-3.3.0
- old
+ new
@@ -1,5 +1,5 @@
-class <%= class_name %>Cell < Cell::Base
+class <%= class_name %>Cell < ::Cell::Base
<% for action in actions -%>
def <%= action %>
render
end