Sha256: cdec33e93ff1cc99b9149c75b4eed745874aabf154e32807ba338c8d150b8c13
Contents?: true
Size: 307 Bytes
Versions: 12
Compression:
Stored size: 307 Bytes
Contents
module Pageflow module Editor class EntriesController < Pageflow::ApplicationController respond_to :json before_filter :authenticate_user! def index @entries = DraftEntry.accessible_by(current_ability, :use_files) respond_with(@entries) end end end end
Version data entries
12 entries across 12 versions & 1 rubygems