Sha256: 82b4c3b53f0a873aa34232605c142b8f8c5641b905d468dd1c5a1961d2e49bea

Contents?: true

Size: 311 Bytes

Versions: 29

Compression:

Stored size: 311 Bytes

Contents

class Views::LayoutsSystemSpec::WidgetInsideWidgetLayout < Fortitude::Widgets::Html5
  def content
    shared_variables[:foo] = "foo_from_widget_inside_widget_layout"
    p "this is widget_inside_widget_layout"
    $order << :widget_inside_widget_layout
    p "order inside widget: #{$order.inspect}"
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
fortitude-0.9.6-java spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.9.6 spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.9.5-java spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.9.5 spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.9.4-java spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.9.4 spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.9.3-java spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.9.3 spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.9.2-java spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.9.2 spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.9.1-java spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.9.1 spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.9.0-java spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.9.0 spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.0.10-java spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.0.10 spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.0.9-java spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.0.9 spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.0.7-java spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb
fortitude-0.0.7 spec/rails/templates/layouts_system_spec/app/views/layouts_system_spec/widget_inside_widget_layout.rb