lib/templates/actions/edit.rb in thesilverspoon-0.0.3 vs lib/templates/actions/edit.rb in thesilverspoon-0.0.4
- old
+ new
@@ -1,4 +1,4 @@
def edit
@<%= instance_name %> = <%= class_name %>.find(params[:id])
- render :layout=>"pageslide_form_at"
+ render :layout=>false
end
\ No newline at end of file