Sha256: 738a776d1b41291f0be5aa78e7943b8355c31710f99b94a97e88c967499c224e

Contents?: true

Size: 423 Bytes

Versions: 1

Compression:

Stored size: 423 Bytes

Contents

class Product::BrainstormingController < Voluntary::EmberJs::ApplicationController
  layout Proc.new { |controller| controller.request.xhr? || request.format.try('json?') ? false : 'voluntary/ember_js' }
  
  def index
  end
  
  protected
  
  def voluntary_ember_js_stylesheets
    ['voluntary_brainstorming/application']
  end
  
  def voluntary_ember_js_javascripts
    ['voluntary_brainstorming/application']
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
voluntary_brainstorming-0.0.2 app/controllers/product/brainstorming_controller.rb