Sha256: 56421dba108fb1b96f520e10f84276aa291841ec60dac0c945fb262c1e4d7045

Contents?: true

Size: 313 Bytes

Versions: 15

Compression:

Stored size: 313 Bytes

Contents

class Kaui::EngineController < ApplicationController
  # 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

15 entries across 15 versions & 1 rubygems

Version Path
kaui-0.1.8 app/controllers/kaui/engine_controller.rb
kaui-0.1.7 app/controllers/kaui/engine_controller.rb
kaui-0.1.6 app/controllers/kaui/engine_controller.rb
kaui-0.1.5 app/controllers/kaui/engine_controller.rb
kaui-0.1.4 app/controllers/kaui/engine_controller.rb
kaui-0.1.3 app/controllers/kaui/engine_controller.rb
kaui-0.1.2 app/controllers/kaui/engine_controller.rb
kaui-0.1.0 app/controllers/kaui/engine_controller.rb
kaui-0.0.9 app/controllers/kaui/engine_controller.rb
kaui-0.0.8 app/controllers/kaui/engine_controller.rb
kaui-0.0.7 app/controllers/kaui/engine_controller.rb
kaui-0.0.6 app/controllers/kaui/engine_controller.rb
kaui-0.0.5 app/controllers/kaui/engine_controller.rb
kaui-0.0.4 app/controllers/kaui/engine_controller.rb
kaui-0.0.3 app/controllers/kaui/engine_controller.rb