Module: ActiveInteractor::Generators::Generator

Extended by:
ActiveSupport::Concern
Included in:
Base, NamedBase
Defined in:
lib/rails/generators/active_interactor.rb

Overview

Since:

  • 0.0.1

Instance Method Summary collapse

Instance Method Details

#app_dir_nameObject

Since:

  • 0.0.1



23
24
25
# File 'lib/rails/generators/active_interactor.rb', line 23

def app_dir_name
  ActiveInteractor.configuration.dir_name
end