dimanche 19 juillet 2015

undefined method `scaffold'

I create a model and migrate table and try to use scaffold for control but it returns error:

controller code:

class CategoriesController < ApplicationController
    scaffold :category
end

The error is:

undefined method `scaffold' for CategoriesController:Class

What is the problem reason here ?

Aucun commentaire:

Enregistrer un commentaire