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(options = {})
  foundry_setup_next(options[:using])
  foundry_setup_attr(options[:with])
end