remove redundant code
Dieser Commit ist enthalten in:
Ursprung
da2a56adc6
Commit
13fb5dc1ea
1 geänderte Dateien mit 0 neuen und 9 gelöschten Zeilen
|
@ -2,15 +2,6 @@
|
|||
class CustomWizard::AdminController < ::Admin::AdminController
|
||||
before_action :ensure_admin
|
||||
|
||||
# def index
|
||||
# subcription = CustomWizard::Subscription.new
|
||||
# render_json_dump(
|
||||
# subscribed: subcription.subscribed?,
|
||||
# subscription_type: subcription.type,
|
||||
# subscription_attributes: CustomWizard::Subscription.attributes,
|
||||
# )
|
||||
# end
|
||||
|
||||
private
|
||||
|
||||
def find_wizard
|
||||
|
|
Laden …
In neuem Issue referenzieren