Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
removing extra space in helper and model classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Jun 20, 2008
1 parent 249f9ba commit e5a38fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion rails_generators/nifty_scaffold/templates/helper.rb
@@ -1,3 +1,2 @@
module <%= plural_class_name %>Helper

end
1 change: 0 additions & 1 deletion rails_generators/nifty_scaffold/templates/model.rb
@@ -1,3 +1,2 @@
class <%= class_name %> < ActiveRecord::Base

end

0 comments on commit e5a38fa

Please sign in to comment.