Module: SchemaToYaml::Settings
- Defined in:
- lib/restfulx/rails/schema_to_yaml/settings/core.rb,
lib/restfulx/rails/schema_to_yaml/settings/config.rb
Defined Under Namespace
Constant Summary collapse
- APP_ROOT =
We try to figure out the application root using a number of possible options
defined?(RAILS_ROOT) ? RAILS_ROOT : defined?(Merb) ? Merb.root : File.(".")