Sha256: da4ab67bd1e03a299a260a87f3fb3448e6553b230817b0427402ea6db2396db9

Contents?: true

Size: 201 Bytes

Versions: 3

Compression:

Stored size: 201 Bytes

Contents

module IWonder
  class DashboardController < ApplicationController
    layout "i_wonder"
    
    if defined?(newrelic_ignore)
      newrelic_ignore
    end
    
    def landing
    end
    
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
i_wonder-0.1.5 app/controllers/i_wonder/dashboard_controller.rb
i_wonder-0.1.3 app/controllers/i_wonder/dashboard_controller.rb
i_wonder-0.1.2 app/controllers/i_wonder/dashboard_controller.rb