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.9.0.beta.3 lib/generators/push_type/field/templates/field.rb
push_type_core-0.9.0.beta.2 lib/generators/push_type/field/templates/field.rb
push_type_core-0.8.2 lib/generators/push_type/field/templates/field.rb
push_type_core-0.8.1 lib/generators/push_type/field/templates/field.rb
push_type_core-0.8.0 lib/generators/push_type/field/templates/field.rb
push_type_core-0.8.0.beta.3 lib/generators/push_type/field/templates/field.rb
push_type_core-0.8.0.beta.2 lib/generators/push_type/field/templates/field.rb
push_type_core-0.8.0.beta.1 lib/generators/push_type/field/templates/field.rb
push_type_core-0.7.0 lib/generators/push_type/field/templates/field.rb
push_type_core-0.7.0.beta.1 lib/generators/push_type/field/templates/field.rb
push_type_core-0.6.0 lib/generators/push_type/field/templates/field.rb
push_type_core-0.6.0.beta.4 lib/generators/push_type/field/templates/field.rb
push_type_core-0.6.0.beta.3 lib/generators/push_type/field/templates/field.rb
push_type_core-0.6.0.beta.2 lib/generators/push_type/field/templates/field.rb
push_type_core-0.6.0.beta.1 lib/generators/push_type/field/templates/field.rb
push_type_core-0.5.3 lib/generators/push_type/field/templates/field.rb
push_type_core-0.5.2 lib/generators/push_type/field/templates/field.rb
push_type_core-0.5.1 lib/generators/push_type/field/templates/field.rb
push_type_core-0.5.0 lib/generators/push_type/field/templates/field.rb
push_type_core-0.5.0.alpha.5 lib/generators/push_type/field/templates/field.rb