Commit de17371d

mo k <mo@mokhan.ca>
2012-08-08 03:06:36
rake db:migrate
1 parent 3f731dc
Changed files (2)
app/uploaders/avatar_uploader.rb
@@ -3,7 +3,7 @@
 class AvatarUploader < CarrierWave::Uploader::Base
 
   # Include RMagick or MiniMagick support:
-  # include CarrierWave::RMagick
+  include CarrierWave::RMagick
   # include CarrierWave::MiniMagick
 
   # Include the Sprockets helpers for Rails 3.1+ asset pipeline compatibility:
db/schema.rb
@@ -11,7 +11,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version => 20120717123632) do
+ActiveRecord::Schema.define(:version => 20120808025315) do
 
   create_table "active_admin_comments", :force => true do |t|
     t.integer  "resource_id",   :null => false
@@ -125,6 +125,7 @@ ActiveRecord::Schema.define(:version => 20120717123632) do
     t.string   "city"
     t.float    "latitude"
     t.float    "longitude"
+    t.string   "avatar"
   end
 
   add_index "users", ["email"], :name => "index_users_on_email", :unique => true