wheels 0.1.20 → 0.1.21
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/models/profile.rb +1 -1
- data/app/views/users/edit.html.haml +0 -1
- data/wheels.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.21
|
data/app/models/profile.rb
CHANGED
@@ -2,7 +2,7 @@ class Profile < ActiveRecord::Base
|
|
2
2
|
acts_as_tagger
|
3
3
|
belongs_to :user
|
4
4
|
validates_uniqueness_of :alias
|
5
|
-
validates :phone, :phone=>true
|
5
|
+
# validates :phone, :phone=>true
|
6
6
|
has_attached_file :image,
|
7
7
|
:storage => :s3,
|
8
8
|
:s3_credentials => "#{Rails.root}/config/amazon_s3.yml",
|
data/wheels.gemspec
CHANGED