scaffold accounts

This commit is contained in:
2016-08-27 21:40:21 -05:00
parent 8ff9ca02f8
commit 3d5743b92f
16 changed files with 289 additions and 1 deletions

2
app/models/account.rb Normal file
View File

@ -0,0 +1,2 @@
class Account < ApplicationRecord
end