module RailsPallet

Constants

VERSION

Attributes

hash_salt[W]
use_prefix[W]

Public Instance Methods

hash_salt() click to toggle source
# File lib/rails_pallet.rb, line 13
def hash_salt
  return "default" unless @hash_salt
  @hash_salt
end
setup() { |self| ... } click to toggle source
# File lib/rails_pallet.rb, line 22
def setup
  yield self
  require "rails_pallet"
end
use_prefix() click to toggle source
# File lib/rails_pallet.rb, line 18
def use_prefix
  @use_prefix == true
end