lib/generators/haml/scaffold/scaffold_generator.rb in haml-rails-2.0.1 vs lib/generators/haml/scaffold/scaffold_generator.rb in haml-rails-2.1.0
- old
+ new
@@ -19,18 +19,17 @@
filename = filename_with_extensions("_form")
template "_form.html.haml", File.join("app/views", controller_file_path, filename)
end
end
- protected
+ private
def available_views
%w(index edit show new)
end
def handler
:haml
end
-
end
end
end