Sha256: d1c949674f4dcc7fe02d078f3f0ddf8064e8b2503abc724bb2fc1ad0eabe5104
Contents?: true
Size: 302 Bytes
Versions: 13
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true class ApplicationView < ApplicationComponent # The ApplicationView is an abstract class for all your views. # By default, it inherits from `ApplicationComponent`, but you # can change that to `Phlex::HTML` if you want to keep views and # components independent. end
Version data entries
13 entries across 13 versions & 1 rubygems