Sha256: 925a637d67a1b94558555b0822a8bc17e34fa27305959db5e382bd682634a4a3

Contents?: true

Size: 748 Bytes

Versions: 3

Compression:

Stored size: 748 Bytes

Contents

module C80Features
  module ApplicationHelper

    def render_features_block_with_images2
      para_all = C80Features::Para.all
      render :partial => 'c80_features/features_block_with_images2',
             :locals => {
                 :para_all => para_all
             }
    end

    def render_features_block_with_images
      para_all = C80Features::Para.all
      render :partial => 'c80_features/features_block_with_images',
             :locals => {
                 :para_all => para_all
             }
    end

    def render_features_block
      para_all = C80Features::Para.all
      render :partial => 'c80_features/features_block',
             :locals => {
                 :para_all => para_all
             }
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
c80_features-0.1.3.2 app/helpers/c80_features/application_helper.rb
c80_features-0.1.3.1 app/helpers/c80_features/application_helper.rb
c80_features-0.1.3 app/helpers/c80_features/application_helper.rb