forked from saurabh/orbit4-5
removed desktop
This commit is contained in:
parent
e045025bc6
commit
9be667d405
|
@ -22,7 +22,7 @@ class User
|
|||
belongs_to :member_profile
|
||||
has_one :facebook, :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
|
||||
|
|
|
@ -22,5 +22,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 "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