Sha256: 8009cc5b06551e2cf1a8fdd667dff93976e43db7832cd8f343035e625faa1681
Contents?: true
Size: 219 Bytes
Versions: 17
Compression:
Stored size: 219 Bytes
Contents
module Admin class PagePartsController < BaseController layout nil def index parts = current_site.layouts.find(params[:layout_id]).parts render :json => { :parts => parts } end end end
Version data entries
17 entries across 17 versions & 1 rubygems