Skip to content

Commit a8a1741

Browse files
committed
Add missing CR
1 parent 21585cd commit a8a1741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/generators/rails/templates/controller.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def update
5555
# DELETE <%= route_url %>/1 or <%= route_url %>/1.json
5656
def destroy
5757
@<%= orm_instance.destroy %>
58+
5859
respond_to do |format|
5960
format.html { redirect_to <%= index_helper %>_url, notice: <%= %("#{human_name} was successfully destroyed.") %> }
6061
format.json { head :no_content }

0 commit comments

Comments
 (0)