Sha256: 8040f29680216252847ec94150f85c8b4f89b2acdcacb786bafbfbb01b1c4dc4

Contents?: true

Size: 408 Bytes

Versions: 1

Compression:

Stored size: 408 Bytes

Contents

class Product::FeedbackController < 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_feedback/application']
  end
  
  def voluntary_ember_js_javascripts
    ['voluntary_feedback/application']
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
voluntary_feedback-0.1.0 app/controllers/product/feedback_controller.rb