Sha256: d4722d7fd9366b59bcaccf17d4f293cdeaf181b9068e1bf3619addeee8b4531d

Contents?: true

Size: 159 Bytes

Versions: 2

Compression:

Stored size: 159 Bytes

Contents

module Shoelace
  module Rails
    module Ui
      class ApplicationRecord < ActiveRecord::Base
        self.abstract_class = true
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shoelace-rails-ui-0.1.2 app/models/shoelace/rails/ui/application_record.rb
shoelace-rails-ui-0.1.1 app/models/shoelace/rails/ui/application_record.rb