Sha256: 268f8a791ec69148059bd49d56346581bde1538b5514549d97a535c8d6ee73c1

Contents?: true

Size: 370 Bytes

Versions: 9

Compression:

Stored size: 370 Bytes

Contents

require 'kaui/error_helper'

class Kaui::EngineController < ApplicationController
  include Kaui::ErrorHelper
  # This is a semi-isolated engine (https://bibwild.wordpress.com/2012/05/10/the-semi-isolated-rails-engine/)
  # We expect that the hosting app's ApplicationController has these methods defined:
  #
  #   current_user - returns the id of the current user
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
kaui-0.1.18 app/controllers/kaui/engine_controller.rb
kaui-0.1.17 app/controllers/kaui/engine_controller.rb
kaui-0.1.16 app/controllers/kaui/engine_controller.rb
kaui-0.1.15 app/controllers/kaui/engine_controller.rb
kaui-0.1.14 app/controllers/kaui/engine_controller.rb
kaui-0.1.12 app/controllers/kaui/engine_controller.rb
kaui-0.1.11 app/controllers/kaui/engine_controller.rb
kaui-0.1.10 app/controllers/kaui/engine_controller.rb
kaui-0.1.9 app/controllers/kaui/engine_controller.rb