app/controllers/cms/base_controller.rb in honey-cms-0.4.1 vs app/controllers/cms/base_controller.rb in honey-cms-0.4.2
- old
+ new
@@ -53,10 +53,10 @@
end
protected
def respond_with object
- super [:cms, object]
+ super :cms, object
end
def find_record
@record = subject.find(params[:id])
end