# File lib/generators/nifty/scaffold/templates/actions/show.rb, line 1 def show @<%= instance_name %> = <%= class_name %>.find(params[:id]) end