Sha256: dd4cbca02812eb55667c761a9a5b41379e383adf53f0a7f8cb7a0d688122e243
Contents?: true
Size: 177 Bytes
Versions: 8
Compression:
Stored size: 177 Bytes
Contents
class Admin::ExportController < ApplicationController def export render :text => Radiant::Exporter.export(params[:type] || 'yaml'), :content_type => "text/yaml" end end
Version data entries
8 entries across 8 versions & 2 rubygems