Method: Appfuel::Application::AppContainer::ClassMethods#container_feature_key
- Defined in:
- lib/appfuel/application/app_container.rb
#container_feature_key ⇒ String
The feature name is the second item in the path, that is always prexfix with “features”
92 93 94 95 96 |
# File 'lib/appfuel/application/app_container.rb', line 92 def container_feature_key @container_feature_key ||= ( "#{container_features_root_name}.#{container_feature_name}" ) end |