removed desktop

This commit is contained in:
Harry Bomrah 2015-03-06 18:03:43 +08:00
parent e045025bc6
commit 9be667d405
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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'