Sha256: af9009e3c2178e90334937093d49432437c9e615762fc29a261433e2045adb77
Contents?: true
Size: 225 Bytes
Versions: 11
Compression:
Stored size: 225 Bytes
Contents
# frozen_string_literal: true module Shark module FormService module V2 class FormInput < V2::Base belongs_to :form def self.table_name 'inputs' end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems