module RightOn

Constants

RightNotFound
VERSION

Public Class Methods

rights_yaml(file_path = nil) click to toggle source
# File lib/right_on.rb, line 8
def self.rights_yaml(file_path = nil)
  if file_path
    @rights_yaml = file_path
  else
    @rights_yaml
  end
end