Merge branch 'contacts-model' into 'master'
create model, controller and serializer to contacts form See merge request !359
No related branches found
No related tags found
Showing
- app/controllers/v1/contacts_controller.rb 52 additions, 0 deletionsapp/controllers/v1/contacts_controller.rb
- app/models/contact.rb 11 additions, 0 deletionsapp/models/contact.rb
- app/serializers/contact_serializer.rb 4 additions, 0 deletionsapp/serializers/contact_serializer.rb
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- db/migrate/20170207122721_create_contacts.rb 11 additions, 0 deletionsdb/migrate/20170207122721_create_contacts.rb
Loading
Please register or sign in to comment