Sha256: 397d185fe57c1b4d8e4b97f3f0ea92b2d523c456d291de82e89d54bc34b516c7

Contents?: true

Size: 551 Bytes

Versions: 4

Compression:

Stored size: 551 Bytes

Contents

# frozen_string_literal: true

require 'app_rail/steps'

module MobileWorkflow
  module Displayable
    module Steps
      module StyledContent
        module Grid
          extend MobileWorkflow::Deprecated
          include AppRail::Steps::StyledContent::Grid
          deprecated_alias :mw_grid_large_section, :ar_styled_content_grid_large_section
          deprecated_alias :mw_grid_small_section, :ar_styled_content_grid_small_section
          deprecated_alias :mw_grid_item, :ar_styled_content_grid_item
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mobile_workflow-0.12.1 app/models/concerns/mobile_workflow/displayable/steps/styled_content/grid.rb
mobile_workflow-0.12.0 app/models/concerns/mobile_workflow/displayable/steps/styled_content/grid.rb
mobile_workflow-0.11.1 app/models/concerns/mobile_workflow/displayable/steps/styled_content/grid.rb
mobile_workflow-0.11.0 app/models/concerns/mobile_workflow/displayable/steps/styled_content/grid.rb