Method: Effective::Resources::Paths#abilities_file

Defined in:
app/models/effective/resources/paths.rb

#abilities_fileObject



55
56
57
# File 'app/models/effective/resources/paths.rb', line 55

def abilities_file
  File.join(*[tenant_path, 'app/models/', class_path, 'ability.rb'].compact)
end