Sha256: 71a8726e7bb7ee1988d9d404ef96f2c80826b33e24891b58be76ecdb40ed52cb

Contents?: true

Size: 290 Bytes

Versions: 3

Compression:

Stored size: 290 Bytes

Contents

module StructureableHelper

  def add_structureable_button( parent_structureable )
    render partial: 'shared/add_structureable', locals: {
      parent: parent_structureable, 
      parent_id: parent_structureable.id, 
      parent_type: parent_structureable.class.name 
    }
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
your_platform-1.0.1 app/helpers/structureable_helper.rb
your_platform-1.0.0 app/helpers/structureable_helper.rb
your_platform-0.0.2 app/helpers/structureable_helper.rb