phlexi-form 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5436d0872cd013770ac81aecaf6cd805b44762f5bd32bb3d4a95c6f9d3e936d1
4
- data.tar.gz: dfddac5493ba78744bcc1956e8a7445579a6599631c4f4c00e74d9aa5f3ecd67
3
+ metadata.gz: 5e7202d74e3e085564ee24e9bcfd7c0b983bd7de21166c51131b4adea20e5e43
4
+ data.tar.gz: dbeef2da87b88a8ed79a227bfbe406eeb8182871638a77b7107d843eaf9555de
5
5
  SHA512:
6
- metadata.gz: 1fe41d20bf2b26c29e71ebb932576a4b49751773f60c1d365cd6ad3f01a70dcda7e6dec894418654718fdf2514d860d92e2fad4d25254bbf7fb65151a5f0fefa
7
- data.tar.gz: f32c8922f62bb618034a40dff29554d2171b5b46459c8200388a7162f0072360b5c0091c2fd9bace45923e17b73e086b98b49afe7e2d2be6ff211552f5dd7f47
6
+ metadata.gz: e5c4686b6cd6bdd891a021a1c10a31c58f098065e4c148e07d887ff75b5d6f71d6dc574f00675cf87dad8a84dd7b09a92da1c9b452d4308678008b6ec642ff48
7
+ data.tar.gz: 04252d73419ca890ff4aa8c3ebc18a730041f7e5971e3e640fd2a16db91952725ae4b033fd9f0aa68dc4df9fbdb3ac09273e27c04517aedb2222184f85df9d38
@@ -175,23 +175,11 @@ module Phlexi
175
175
  raise NotImplementedError, "has_one associations are NOT supported"
176
176
  end
177
177
 
178
- def polymorphic_has_one_tag(**, &)
179
- # TODO: this requires a grouped_select component
180
- # see: Plutonium::Core::Fields::Inputs::PolymorphicBelongsToAssociationInput
181
- raise NotImplementedError, "polymorphic has_one associations are not YET supported"
182
- end
183
-
184
178
  def has_many_tag(**, &)
185
179
  create_component(Components::HasMany, :has_many, **, &)
186
180
  end
187
181
  alias_method :has_and_belongs_to_many_tag, :has_many_tag
188
182
 
189
- def polymorphic_has_many_tag(**, &)
190
- # TODO: this requires a grouped_select component
191
- # see: Plutonium::Core::Fields::Inputs::PolymorphicBelongsToAssociationInput
192
- raise NotImplementedError, "polymorphic has_many associations are not YET supported"
193
- end
194
-
195
183
  def input_array_tag(**, &)
196
184
  create_component(Components::InputArray, :array, **, &)
197
185
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Phlexi
4
4
  module Form
5
- VERSION = "0.8.2"
5
+ VERSION = "0.8.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlexi-form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Froelich