Sha256: 346ea96a4a972f955af7eae61dd7e3612d45175a3bff43727ee37a39328c597c

Contents?: true

Size: 249 Bytes

Versions: 6

Compression:

Stored size: 249 Bytes

Contents

module Worthwhile
  # Inherit from the host app's ApplicationController
  # This will configure e.g. the layout used by the host
  class ApplicationController < ::ApplicationController
    include Worthwhile::ApplicationControllerBehavior
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
worthwhile-0.1.2 app/controllers/worthwhile/application_controller.rb
worthwhile-0.1.1 app/controllers/worthwhile/application_controller.rb
worthwhile-0.1.0 app/controllers/worthwhile/application_controller.rb
worthwhile-0.0.3 app/controllers/worthwhile/application_controller.rb
worthwhile-0.0.2 app/controllers/worthwhile/application_controller.rb
worthwhile-0.0.1 app/controllers/worthwhile/application_controller.rb