Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

prototypes

Column Type Options
title string null: false
catch_copy text null: false
concept text null: false
user references null: false, foreign_key: true

comments

Column Type Options
content text null: false
prototype references null: false, foreign_key: true
user references null: false, foreign_key: true

Association

users

Column Type Options
email string null: false
encrypted string null: false
name string null: false
profile text null: false
occupation text null: false
position text null: false

Association

  • has_many :prototypes
  • has_many :comments,dependent: :destroy

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages