OSDN Git Service

ActiveLdap 1.2.4
[redminele/redminele.git] / ruby / lib / ruby / gems / 1.8 / gems / activeldap-1.2.1 / examples / al-admin / app / helpers / attributes_helper.rb
diff --git a/ruby/lib/ruby/gems/1.8/gems/activeldap-1.2.1/examples/al-admin/app/helpers/attributes_helper.rb b/ruby/lib/ruby/gems/1.8/gems/activeldap-1.2.1/examples/al-admin/app/helpers/attributes_helper.rb
deleted file mode 100644 (file)
index 44a9d51..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-module AttributesHelper
-  include SyntaxesHelper
-
-  def attribute_url_for_options(attribute)
-    {
-      :controller => "attributes",
-      :action => "show",
-      :id => attribute
-    }
-  end
-
-  def link_to_attribute(attribute)
-    link_to(h(la_(attribute)), attribute_url_for_options(attribute))
-  end
-end