module Accessly

Constants

GrantError
RevokeError
VERSION

Public Class Methods

table_name_prefix() click to toggle source

Accessly's tables are prefixed with accessly_ to prevent any naming conflicts with other tables in the database.

# File lib/accessly.rb, line 21
def self.table_name_prefix
  "accessly_"
end