Project

General

Profile

Download (135 Bytes) Statistics
| Branch: | Tag: | Revision:
FactoryGirl.define do
factory :audit do
sequence(:version) {|n| "#{n}" }
auditable_type "test"
action "update"
end
end
(2-2/22)