Sha256: 588da78186744117a966a3796282fc8630535950251c9d5387f4f035d660642b
Contents?: true
Size: 138 Bytes
Versions: 5
Compression:
Stored size: 138 Bytes
Contents
# frozen_string_literal: true class WelcomeController < ApplicationController def index; end def about; end def contact; end end
Version data entries
5 entries across 5 versions & 1 rubygems