module Avatax

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/avatax.rb, line 17
def self.config
  {
    layout: layout || 'avatax/layouts/avatax_application'
  }
end