5 6 7 8
# File 'app/controllers/products_controller.rb', line 5 def edit @product = Product.find_by_permalink(params['id']) || Product.find_by_id(params['id']) edit! end