Implements registrations and last login information for dashboard
This commit is contained in:
parent
6b31644012
commit
b645b1a4ff
12 changed files with 496 additions and 49 deletions
8
spec/factories/registration.rb
Normal file
8
spec/factories/registration.rb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Read about factories at https://github.com/thoughtbot/factory_girl
|
||||
|
||||
FactoryGirl.define do
|
||||
factory :registration do
|
||||
person
|
||||
conference
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue