Method: Effective::Resources::Paths#model_file
- Defined in:
- app/models/effective/resources/paths.rb
#model_file ⇒ Object
11 12 13 |
# File 'app/models/effective/resources/paths.rb', line 11 def model_file File.join(*[tenant_path, 'app/models', class_path, "#{name}.rb"].compact) end |