forked from saurabh/orbit4-5
Merge branch 'development' of gitlab.tp.rulingcom.com:saurabh/orbit4-5 into gravity
This commit is contained in:
commit
940ed459d7
|
@ -22,7 +22,7 @@ class User
|
||||||
belongs_to :member_profile
|
belongs_to :member_profile
|
||||||
has_one :facebook, :autosave => true, :dependent => :destroy
|
has_one :facebook, :autosave => true, :dependent => :destroy
|
||||||
has_one :google, :autosave => true, :dependent => :destroy
|
has_one :google, :autosave => true, :dependent => :destroy
|
||||||
has_one :desktop, :dependent => :destroy
|
# has_one :desktop, :dependent => :destroy
|
||||||
|
|
||||||
|
|
||||||
validates :user_name, uniqueness: true
|
validates :user_name, uniqueness: true
|
||||||
|
|
|
@ -11,5 +11,3 @@ gem "site_menu_widget", git: 'http://gitlab.tp.rulingcom.com/saurabh/site-menu-w
|
||||||
gem "breadcrumb_widget", git: "http://gitlab.tp.rulingcom.com/saurabh/breadcrumb-widget.git"
|
gem "breadcrumb_widget", git: "http://gitlab.tp.rulingcom.com/saurabh/breadcrumb-widget.git"
|
||||||
gem "announcement_link_widget", git: "http://gitlab.tp.rulingcom.com/harry/announcement-link-widget.git"
|
gem "announcement_link_widget", git: "http://gitlab.tp.rulingcom.com/harry/announcement-link-widget.git"
|
||||||
|
|
||||||
#desktop
|
|
||||||
gem "orbit_4_5_desktop", git: 'http://gitlab.tp.rulingcom.com/ray/orbit-4-5-desktop.git'
|
|
||||||
|
|
Loading…
Reference in New Issue