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-11.2.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-11.1.1 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-11.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-11.0.3 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-11.0.2 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-11.0.1 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-11.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-10.0.1 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-10.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-9.0.1 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-9.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-8.1.1 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-8.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-8.0.4 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-8.0.3 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-6.0.2 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-6.0.1 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-6.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-5.10.3 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-5.10.1 app/helpers/phcscriptcdnpro/application_helper.rb