Class: Suspenders::Generators::Base
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Suspenders::Generators::Base
- Includes:
- Actions
- Defined in:
- lib/suspenders/generators/base.rb
Direct Known Subclasses
AutoprefixerGenerator, CiGenerator, DbOptimizationsGenerator, DecoratorGenerator, FactoriesGenerator, FakerGenerator, ImportDumpGenerator, InlineSvgGenerator, JobsGenerator, JsDriverGenerator, JsonGenerator, LintGenerator, Production::DeploymentGenerator, Production::EmailGenerator, Production::ErrorReportingGenerator, Production::ForceTlsGenerator, Production::ManifestGenerator, Production::TimeoutGenerator, SecurityGenerator, Staging::PullRequestsGenerator, StaticGenerator, StylelintGenerator, StylesheetBaseGenerator, TestingGenerator, ViewsGenerator
Class Method Summary collapse
Methods included from Actions
#action_mailer_asset_host, #action_mailer_host, #configure_environment, #expand_json, #replace_in_file
Class Method Details
.default_source_root ⇒ Object
9 10 11 |
# File 'lib/suspenders/generators/base.rb', line 9 def self.default_source_root File.(File.join("..", "..", "..", "templates"), __dir__) end |