module SemiStatic

Constants

VERSION

Attributes

backend[W]

Public Class Methods

backend() click to toggle source
# File lib/semi_static.rb, line 21
def backend
  @backend ||= Backend.new(Rails.root.join("semi_static_pages"))
end