Method: DBGeni::Config#code_dir
- Defined in:
- lib/dbgeni/config.rb
#code_dir ⇒ Object (readonly)
ideally wnat code_dir to be code_directory, but then it clashes with the setter used in the config file, so need to change it. Probably more sensible like this than the migrations_directory vs migration_directory
_-_
32 33 34 |
# File 'lib/dbgeni/config.rb', line 32 def code_dir @code_dir end |