From a6eea1a843c29112a737e77d6cb813c8980fb836 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 8 Feb 2009 15:15:43 +0100 Subject: added basic user model and user_id on page model to introduce the concept of authors. --- app/models/user.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/models/user.rb (limited to 'app') 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 @@ +class User < ActiveRecord::Base +end -- cgit v1.3