Class: PgGnostic::Config::ViewModel

Inherits:
KungFigure::Base
  • Object
show all
Defined in:
lib/pg_gnostic/config.rb

Instance Method Summary collapse

Instance Method Details

#model_pathObject



13
14
15
# File 'lib/pg_gnostic/config.rb', line 13

def model_path
  nest_in_module ? "app/model/#{nest_in_module.underscore}" : "app/model"
end