add front-end page for web_resource

This commit is contained in:
Fu Matthew 2013-01-24 13:54:14 +08:00
parent fea1726f6d
commit fc702a6210
1 changed files with 1 additions and 0 deletions

View File

@ -397,6 +397,7 @@ namespace :migrate do
a.widgets = {}
a.widgets[:web_links] = []
a.widgets[:home_list] = []
a.app_pages = ["web_links"]
a.save
end