Displaying 2 results from an estimated 2 matches for "ge4j".
Did you mean:
ge4
2010 Dec 08
0
Asterisk 1.8 debian packages?
...s or (hopefully) Squeeze?
I can compile from source... but would much rather have a pre-packaged
binary if one exists...
Thanks,
Stephen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)
iEYEARECAAYFAkz/1NQACgkQ3sJXNEncx7gWWQCgzq0PDy7czLdujKyZTslsc8Ka
/48AoLmEhQwMc1oMBCgqY0qxrhw6UsfE
=ge4j
-----END PGP SIGNATURE-----
2012 Oct 11
4
what;s the right url in this case
Hello,
I have this models
class Berichten < ActiveRecord::Base
attr_accessible :bericht, :user
belongs_to :user
belongs_to :Category
end
class User < ActiveRecord::Base
attr_accessible :email, :name
has_many :berichten
end
class Category < ActiveRecord::Base
attr_accessible :id :name
has_many :berichten
end
What I wonder is what the right url is when I want to place a