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-54.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-53.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-52.0.2 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-52.0.1 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-52.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-51.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-50.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-49.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-48.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-47.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-46.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-45.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-45.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-44.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-43.2.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-43.1.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-43.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-42.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-41.0.0 app/helpers/phcscriptcdnpro/application_helper.rb
phcscriptcdnpro-40.1.0 app/helpers/phcscriptcdnpro/application_helper.rb