Sha256: cd02457b95a88f315b0cafb8520393e7ba903f9fc5917b378607d323f9ae61d2

Contents?: true

Size: 282 Bytes

Versions: 42

Compression:

Stored size: 282 Bytes

Contents

class <%= class_name %>Field < PushType::FieldType::Base

  # Override built-in methods to extend functionality
  # See PushType::FieldType Rdoc for methods to Override

  # Example:
  # def form_helper
  #   :date_field
  # end

  # def from_json(val)
  #  val.to_date
  # end

end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
push_type_core-0.12.1 lib/generators/push_type/field/templates/field.rb
push_type_core-0.12.0 lib/generators/push_type/field/templates/field.rb
push_type_core-0.12.0.beta.1 lib/generators/push_type/field/templates/field.rb
push_type_core-0.11.2 lib/generators/push_type/field/templates/field.rb
push_type_core-0.11.1 lib/generators/push_type/field/templates/field.rb
push_type_core-0.11.0.beta.2 lib/generators/push_type/field/templates/field.rb
push_type_core-0.11.0.beta.1 lib/generators/push_type/field/templates/field.rb
push_type_core-0.10.4 lib/generators/push_type/field/templates/field.rb
push_type_core-0.10.3 lib/generators/push_type/field/templates/field.rb
push_type_core-0.10.2 lib/generators/push_type/field/templates/field.rb
push_type_core-0.10.1 lib/generators/push_type/field/templates/field.rb
push_type_core-0.10.0 lib/generators/push_type/field/templates/field.rb
push_type_core-0.10.0.beta.5 lib/generators/push_type/field/templates/field.rb
push_type_core-0.10.0.beta.3 lib/generators/push_type/field/templates/field.rb
push_type_core-0.9.5 lib/generators/push_type/field/templates/field.rb
push_type_core-0.9.3 lib/generators/push_type/field/templates/field.rb
push_type_core-0.9.2 lib/generators/push_type/field/templates/field.rb
push_type_core-0.9.1 lib/generators/push_type/field/templates/field.rb
push_type_core-0.9.0 lib/generators/push_type/field/templates/field.rb
push_type_core-0.9.0.beta.4 lib/generators/push_type/field/templates/field.rb