Skip to content

Commit

Permalink
Remove unneeded render
Browse files Browse the repository at this point in the history
  • Loading branch information
garethrees committed Feb 25, 2015
1 parent e4f677e commit a588958
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/admin_public_body_categories_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def new
I18n.available_locales.each do |locale|
@category.translations.build(:locale => locale)
end
render :formats => [:html]
end

def edit
Expand Down

0 comments on commit a588958

Please sign in to comment.