Sha256: f6c35e2b6a5d0687efbca6889be6b481779d0a1fb87bc703c01e164597ab204b
Contents?: true
Size: 150 Bytes
Versions: 25
Compression:
Stored size: 150 Bytes
Contents
class Admin::ExportController < ApplicationController def yaml render :text => Radiant::Exporter.export, :content_type => "text/yaml" end end
Version data entries
25 entries across 25 versions & 3 rubygems