Class: Wco::Api::NewsproducerController

Inherits:
Wco::ApiController
  • Object
show all
Defined in:
app/controllers/wco/api/newsproducer_controller.rb

Instance Method Summary collapse

Instance Method Details

#canvasObject

trash



7
8
9
10
# File 'app/controllers/wco/api/newsproducer_controller.rb', line 7

def canvas
  authorize! :home, Wco
  # render 'canvas_minimal'
end

#canvas_minimalObject

trash



13
14
15
16
# File 'app/controllers/wco/api/newsproducer_controller.rb', line 13

def canvas_minimal
  authorize! :home, Wco
  render 'canvas_minimal'
end

#studio_1Object

current



21
22
23
# File 'app/controllers/wco/api/newsproducer_controller.rb', line 21

def studio_1
  authorize! :home, Wco
end