Sha256: 3669045352a5d6e3ad7c5070bd6b376717476e2c961acfd94a8afb4f405b816b
Contents?: true
Size: 172 Bytes
Versions: 74
Compression:
Stored size: 172 Bytes
Contents
class HomeController < ApplicationController before_action :css_framework_tailwind, only: :tailwind def index end def bootstrap end def tailwind end end
Version data entries
74 entries across 74 versions & 1 rubygems