Class: Admin::LabelsController

Inherits:
ApplicationController show all
Defined in:
lib/ecrire/app/controllers/admin/labels_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#current_user, #posts, #signed_in?

Instance Method Details

#createObject



3
4
5
# File 'lib/ecrire/app/controllers/admin/labels_controller.rb', line 3

def create
  Admin::Label.create(label_param)
end