diff options
author | Teddy Wing | 2015-01-23 20:54:48 -0500 |
---|---|---|
committer | Teddy Wing | 2015-01-23 20:54:48 -0500 |
commit | 4432d0b7d1d2ee43258c6147f0881af923d07312 (patch) | |
tree | 2776273da20b726e008556816c40a00f1d1e28c8 /app/models/note.rb | |
parent | d7d88ccd11cda59619fea44e14997ed21b5f9a4e (diff) | |
parent | 3ea39ca725e28f83fbea4a6ebaa037697cb8dde9 (diff) | |
download | Notes-angular-demo-4432d0b7d1d2ee43258c6147f0881af923d07312.tar.bz2 |
Merge branch 'create-api-endpoints'
Diffstat (limited to 'app/models/note.rb')
-rw-r--r-- | app/models/note.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/note.rb b/app/models/note.rb new file mode 100644 index 0000000..1b03bd6 --- /dev/null +++ b/app/models/note.rb @@ -0,0 +1,2 @@ +class Note < ActiveRecord::Base +end |