module Autoseed
Constants
- VERSION
Public Class Methods
call(model, attrs={})
click to toggle source
# File lib/autoseed.rb, line 5 def self.call(model, attrs={}) perform = Performing.new(model, attrs) perform.call end