Sha256: c1d7fe62d9b4bc193ee193d2312727ec8fa17f2e2125c7b050ac86fdf7c390fd
Contents?: true
Size: 289 Bytes
Versions: 2
Compression:
Stored size: 289 Bytes
Contents
# frozen_string_literal: true module Aikotoba class ApplicationController < Aikotoba.parent_controller.constantize include EnabledFeatureCheckable helper_method :confirmable?, :lockable?, :recoverable?, :registerable? def aikotoba_controller? true end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aikotoba-0.1.1 | app/controllers/aikotoba/application_controller.rb |
aikotoba-0.1.0 | app/controllers/aikotoba/application_controller.rb |