Refactoring: Removes not necessary named parameters
This commit is contained in:
parent
4b401c4cea
commit
810908089e
6 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@ class Admin::EventtypeController < ApplicationController
|
|||
before_filter :verify_organizer
|
||||
|
||||
def show
|
||||
render :event_type_list
|
||||
render :eventtype_list
|
||||
end
|
||||
|
||||
def update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue