lib/express_templates/components/configurable.rb in express_templates-0.11.2 vs lib/express_templates/components/configurable.rb in express_templates-0.11.3

- old
+ new

@@ -25,10 +25,12 @@ # # Options may be passed as html attributes with attribute: true # class Configurable < Base + abstract_component + class_attribute :supported_options self.supported_options = {} class_attribute :supported_arguments self.supported_arguments = {} @@ -174,6 +176,6 @@ _set_id_attribute end end end -end \ No newline at end of file +end