Category controller:
def new
@cat = Category.new
respond_to do |format|
format.html
end
end
def new
@cat = Cat def new
@cat = Category.new
respond_to do |format|
format.html
end
end
def new
@cat = Cat