Sha256: 4eff1ffb9edc41847f5bb0019ea5a507b0abcc37aeaef3f90d8de87e0650798d

Contents?: true

Size: 275 Bytes

Versions: 11

Compression:

Stored size: 275 Bytes

Contents

class Views::LocalizationSystemSpec::ContentMethod < Fortitude::Widgets::Html5
  def localized_content_en
    text "wassup? this is english"
  end

  def localized_content_fr
    text "bienvenue, les mecs"
  end

  def content
    text "i don't know that language"
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fortitude-0.0.7-java spec/rails/templates/localization_system_spec/app/views/localization_system_spec/content_method.rb
fortitude-0.0.7 spec/rails/templates/localization_system_spec/app/views/localization_system_spec/content_method.rb
fortitude-0.0.6-java spec/rails/templates/localization_system_spec/app/views/localization_system_spec/content_method.rb
fortitude-0.0.6 spec/rails/templates/localization_system_spec/app/views/localization_system_spec/content_method.rb
fortitude-0.0.5-java spec/rails/templates/localization_system_spec/app/views/localization_system_spec/content_method.rb
fortitude-0.0.5 spec/rails/templates/localization_system_spec/app/views/localization_system_spec/content_method.rb
fortitude-0.0.4-java spec/rails/templates/localization_system_spec/app/views/localization_system_spec/content_method.rb
fortitude-0.0.4 spec/rails/templates/localization_system_spec/app/views/localization_system_spec/content_method.rb
fortitude-0.0.3 spec/rails/templates/localization_system_spec/app/views/localization_system_spec/content_method.rb
fortitude-0.0.2 spec/rails/templates/localization_system_spec/app/views/localization_system_spec/content_method.rb
fortitude-0.0.1 spec/rails/templates/localization_system_spec/app/views/localization_system_spec/content_method.rb