Sha256: c702a61d4716b97cb4278b7cc8ad25a19a119aef605b4a5c349fdbbf75f7dca5
Contents?: true
Size: 282 Bytes
Versions: 49
Compression:
Stored size: 282 Bytes
Contents
require_dependency "wbase/application_controller" module Wbase class StaticPagesController < ApplicationController layout 'wbase/landing' def welcome end def letsencrypt render text: SslVerification.find_by(key: params[:id]).try(:value) end end end
Version data entries
49 entries across 49 versions & 1 rubygems