Sha256: 9f0a731b6be5bc3030a61e3a9ff33619e5f92643688d87984bf78f73cced9ad0

Contents?: true

Size: 177 Bytes

Versions: 11

Compression:

Stored size: 177 Bytes

Contents

module Cheese
  module WidgetsHelper
  
    def helper_for_widgets_view
      "this output is coming from a helper method just for the widgets controller"
    end
    
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
aslon_settings-0.1.8 app/helpers/cheese/widgets_helper.rb
aslon_settings-0.1.7 app/helpers/cheese/widgets_helper.rb
aslon_settings-0.1.6 app/helpers/cheese/widgets_helper.rb
aslon_settings-0.1.5 app/helpers/cheese/widgets_helper.rb
aslon_settings-0.1.4 app/helpers/cheese/widgets_helper.rb
aslon_settings-0.1.3 app/helpers/cheese/widgets_helper.rb
aslon_settings-0.1.2 app/helpers/cheese/widgets_helper.rb
aslon_settings-0.0.2 app/helpers/cheese/widgets_helper.rb
aslon_settings-0.0.1 app/helpers/cheese/widgets_helper.rb
aslon_settings-0.1.1 app/helpers/cheese/widgets_helper.rb
kealy_cheese-0.3.0 app/helpers/cheese/widgets_helper.rb