restore correct scaffold generation

This commit is contained in:
Nolan Evans 2013-06-25 10:32:58 -07:00
parent 0c850f8dab
commit e17ddc255d

@ -34,7 +34,7 @@ def initialize(name)
# GET index
def self.all(klass)
"#{klass}.scoped.to_a"
"#{klass}.all"
end
# GET show