module Migreatest::Rails

Constants

VERSION

Protected Instance Methods

extensions_path() click to toggle source
# File lib/migreatest/rails/engine.rb, line 18
def extensions_path
  File.join(root_path, "config/initializers/extensions")
end
lib_path() click to toggle source
# File lib/migreatest/rails/engine.rb, line 14
def lib_path
  File.join(root_path, "lib")
end
root_path() click to toggle source

works only called in another module

# File lib/migreatest/rails/engine.rb, line 10
def root_path
  File.expand_path "../../../../", __FILE__
end