Sha256: 73a6b82bf61b88cba08d6b31ab13bca8c0cf43814b48f514896b5a3d843ef02f

Contents?: true

Size: 159 Bytes

Versions: 25

Compression:

Stored size: 159 Bytes

Contents

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

  # static :content
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
fortitude-0.0.4-java spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/localization.rb
fortitude-0.0.4 spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/localization.rb
fortitude-0.0.3 spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/localization.rb
fortitude-0.0.2 spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/localization.rb
fortitude-0.0.1 spec/rails/templates/static_method_system_spec/app/views/static_method_system_spec/localization.rb