Sha256: 9ac45f3c95ce46f96208522cf2f19e0d234aa795af9492279e723343a1db1bec

Contents?: true

Size: 249 Bytes

Versions: 1

Compression:

Stored size: 249 Bytes

Contents

module PushType
  class AdminController < ActionController::Base

    layout 'push_type/admin'
    before_filter :initial_breadcrumb

    protected

    def push_type_user
      respond_to?(:current_user) ? current_user : nil
    end
    
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
push_type_admin-0.1.0.beta3 app/controllers/push_type/admin_controller.rb