Sha256: 0ed7b8a134e3fe640187ff25256342ec8437e37c1c9ca47994a5bf38821b1b8c

Contents?: true

Size: 300 Bytes

Versions: 47

Compression:

Stored size: 300 Bytes

Contents

class <%= class_name %>Presenter < PushType::Presenter

  # This class delegates to the model, <%= class_name %>
  # Override any methods to add custom presentation logic
  # View helpers are accessible from the `h` method

  # Example:
  # def title
  #   h.content_tag :strong, super()
  # end

end

Version data entries

47 entries across 47 versions & 1 rubygems

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