Sha256: 2c2fc51fba7eb9e075143480e45f71644ef51172caf94700fb3c557ebbf3d397

Contents?: true

Size: 258 Bytes

Versions: 3

Compression:

Stored size: 258 Bytes

Contents

require 'high_voltage/version'

module HighVoltage
  mattr_accessor :layout
  @@layout = "application"

  mattr_accessor :content_path
  @@content_path = "pages/"

  def self.setup
    yield self
  end

  require 'high_voltage/engine' if defined?(Rails)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
high_voltage-1.2.0 lib/high_voltage.rb
high_voltage-1.1.1 lib/high_voltage.rb
high_voltage-1.1.0 lib/high_voltage.rb