Sha256: dfb76f061fb78d8b9cd8f33f36b9a5ded60f1db91cba68f0131ee2e59c1ec4fa

Contents?: true

Size: 318 Bytes

Versions: 128

Compression:

Stored size: 318 Bytes

Contents

module Phcscriptcdnpro
  module ApplicationHelper

    # Add Active to Menu
    def is_active_controller(controller_name)
      params[:controller] == controller_name ? "active open selected" : nil
    end

    def is_active_action(action_name)
      params[:action] == action_name ? "active" : nil
    end

  end
end

Version data entries

128 entries across 128 versions & 1 rubygems

Version Path
phcscriptcdnpro-40.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-39.0.1 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-39.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-38.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-38.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-37.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-36.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-36.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-35.0.1 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-34.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-34.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-33.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-32.0.1 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-32.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-31.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-30.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-30.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-29.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-28.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-27.0.0 app/helpers/phcscriptcdnpro/application_helper.rb