Sha256: b6bbfbb79bae19afd529886eec0b33dd4a88c70a071113649e45ebcb3703a22e

Contents?: true

Size: 316 Bytes

Versions: 43

Compression:

Stored size: 316 Bytes

Contents

class ApplicationController < ActionController::Base
  view_helper Cmor::Core::ApplicationViewHelper, as: :core_helper
  view_helper Cmor::UserArea::ApplicationViewHelper, as: :user_area_helper  
  include Cmor::UserArea::Controller::RedirectBackConcern
  include Cmor::UserArea::Controller::CurrentUserConcern

end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
cmor_user_area-0.0.8.pre spec/dummy/app/controllers/application_controller.rb
cmor_user_area-0.0.7.pre spec/dummy/app/controllers/application_controller.rb
cmor_user_area-0.0.6.pre spec/dummy/app/controllers/application_controller.rb