1 2 3 4 5 6 7
module VersionCheckHelper def version_status_badge if Rails.env.production? image_tag VersionCheck.new.url end end end