Sha256: a2f9b3f3d73b6110cf1d4a54b287d82a8710b6b716f63b6a8e29960fbf321174

Contents?: true

Size: 157 Bytes

Versions: 4

Compression:

Stored size: 157 Bytes

Contents

class Views::StaticMethodSystemSpec::Localization < Fortitude::Widgets::Html5
  def content
    text "hello is: #{t('.hello')}"
  end

  static :content
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fortitude-0.9.6-java spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/localization.rb
fortitude-0.9.6 spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/localization.rb
fortitude-0.9.5-java spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/localization.rb
fortitude-0.9.5 spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/localization.rb