From e9428cef6db43a02ac35d666c9ee19a4215c5aad Mon Sep 17 00:00:00 2001 From: Evgeny Li Date: Tue, 29 Oct 2013 14:58:47 +0400 Subject: [PATCH] remove comments about actions' including from table template --- lib/generators/templates/table.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/generators/templates/table.rb b/lib/generators/templates/table.rb index 20212f3..53a5750 100644 --- a/lib/generators/templates/table.rb +++ b/lib/generators/templates/table.rb @@ -1,7 +1,4 @@ class <%= class_name %>Table < TableCloth::Base - # To include actions on this table, uncomment this line - # include TableCloth::Extensions::Actions - # Define columns with the #column method # column :name, :email