Sha256: 8925a31803518dd1cd6f585a92fb0bdcb5cb8df0064feba203e197e91976c405

Contents?: true

Size: 135 Bytes

Versions: 1

Compression:

Stored size: 135 Bytes

Contents

module Write
  module ApplicationHelper
    def write_admin?
      current_user && Write.admin?(current_user.github)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
write-0.2.0 app/helpers/write/application_helper.rb