Method: ForemanPatch::TicketField#path
- Defined in:
- app/models/foreman_patch/ticket_field.rb
#path ⇒ Object
11 12 13 14 |
# File 'app/models/foreman_patch/ticket_field.rb', line 11 def path path = self[:path] path.presence || array2path(['name', 'cycle']) end |