class BuntoAdmin::StaticServer

Constants

MUST_BUILD_MESSAGE

Private Instance Methods

index_path() click to toggle source
# File lib/bunto-admin/static_server.rb, line 20
def index_path
  @index_path ||= File.join(settings.public_folder, "index.html")
end