Posts by Mikaele • 46 points
2 posts
-
0
votes1
answer89
viewsA: Inheritance in Rails
This site can help you, item 2.5 "The has_one :through Association" seems to be what you need. ->if you need to define your PK Equipment would be equivalent to class Document (presented at the…
-
3
votes2
answers1732
viewsA: Conflict of jQuery
Try to use jQuery.noConflict(). var $jQuery = jQuery.noConflict(); $jQuery(document).ready(function() { $jQuery("#ad").fadeIn("slow"); $jQuery("#close").click(function () {…