Module: Ticket::Foundry::ClassMethods
- Defined in:
- app/models/ticket/foundry.rb
Instance Method Summary collapse
Instance Method Details
#foundry(options = {}) ⇒ Object
5 6 7 8 |
# File 'app/models/ticket/foundry.rb', line 5 def foundry( = {}) foundry_setup_next([:using]) foundry_setup_attr([:with]) end |