Module: Propel::Rails
- Defined in:
- lib/propel_rails.rb
Defined Under Namespace
Classes: Configuration, Error
Constant Summary
collapse
- VERSION =
"0.3.4"
Class Attribute Summary collapse
Class Method Summary
collapse
Class Attribute Details
.configuration ⇒ Object
37
38
39
|
# File 'lib/propel_rails.rb', line 37
def configuration
@configuration ||= Configuration.new
end
|
Class Method Details
41
42
43
|
# File 'lib/propel_rails.rb', line 41
def configure
yield(configuration)
end
|
.root ⇒ Object
49
50
51
|
# File 'lib/propel_rails.rb', line 49
def root
@root ||= Pathname.new(File.expand_path("../..", __dir__))
end
|
.version ⇒ Object
45
46
47
|
# File 'lib/propel_rails.rb', line 45
def version
VERSION
end
|