Sha256: 4eb63d53b4d876b15b294fb1ddfbda6ed5bf06f5e709383a03bf235d8be64281

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

module Pageflow
  module Editor
    class QuotasController < Pageflow::ApplicationController
      before_filter :authenticate_user!

      def show
        @account = current_user.account
        @quota_name = params[:id]
        @quota = Pageflow.config.quota
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pageflow-0.1.0 app/controllers/pageflow/editor/quotas_controller.rb