diff options
| author | hukl <hukl@eight.local> | 2009-02-08 15:15:43 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-02-08 15:15:43 +0100 |
| commit | a6eea1a843c29112a737e77d6cb813c8980fb836 (patch) | |
| tree | 36433d2027e930404ccb11c61396aba9b3794fb8 /app | |
| parent | bb9d9ccd57ce5673b52a1856dfd32337f4ae4b22 (diff) | |
added basic user model and user_id on page model
to introduce the concept of authors.
Diffstat (limited to 'app')
| -rw-r--r-- | app/models/user.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/user.rb b/app/models/user.rb new file mode 100644 index 0000000..4a57cf0 --- /dev/null +++ b/app/models/user.rb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | class User < ActiveRecord::Base | ||
| 2 | end | ||
