2010-08-20 15:56:15 +00:00
|
|
|
# @DEPRECATED
|
|
|
|
# module Admin
|
|
|
|
# class PagePartsController < BaseController
|
|
|
|
#
|
|
|
|
# layout nil
|
|
|
|
#
|
|
|
|
# respond_to :json
|
|
|
|
#
|
|
|
|
# def index
|
|
|
|
# parts = current_site.layouts.find(params[:layout_id]).parts
|
|
|
|
#
|
|
|
|
# respond_with parts.collect(&:attributes)
|
|
|
|
# end
|
|
|
|
#
|
|
|
|
# end
|
|
|
|
# end
|