Sha256: 5d79263684595080049f53ae0a483a45db76b356d75511ba76808dcbd6cc7572

Contents?: true

Size: 240 Bytes

Versions: 1

Compression:

Stored size: 240 Bytes

Contents

class ApplicationDecorator < Light::Decorator::Base
  # Use `object` or `o` to access object
  # Use `helpers` or `h` to access helpers
  #
  # Example:
  #
  # def created_at
  #   h.content_tag :span, o.created_at.to_s(:long)
  # end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
light-decorator-1.0.1 lib/generators/light/decorator/install/templates/application_decorator.rb