Module: Projecto
- Defined in:
- lib/projecto.rb,
lib/projecto/engine.rb,
lib/projecto/railtie.rb,
lib/projecto/version.rb,
lib/projecto/app_builder.rb,
lib/projecto/generators/app_generator.rb
Defined Under Namespace
Classes: AppBuilder, AppGenerator, Engine, Error, Railtie
Constant Summary
collapse
- VERSION =
"0.2.2"
- RAILS_VERSION =
"~> 6.0.2.2"
- RUBY_VERSION =
"2.6.5"
- PG_VERSION =
"12"
Class Method Summary
collapse
Class Method Details
.root ⇒ Object
11
12
13
|
# File 'lib/projecto.rb', line 11
def self.root
File.expand_path '..', __dir__
end
|
.test_path ⇒ Object
15
16
17
|
# File 'lib/projecto.rb', line 15
def self.test_path
File.expand_path("../spec/features", __dir__)
end
|