[Rt-commit] r4040 - in Jifty-DBI/trunk: . lib/Jifty/DBI

jesse at bestpractical.com jesse at bestpractical.com
Sun Nov 6 19:13:23 EST 2005


Author: jesse
Date: Sun Nov  6 19:13:23 2005
New Revision: 4040

Modified:
   Jifty-DBI/trunk/   (props changed)
   Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm
Log:
 r18423 at truegrounds:  jesse | 2005-11-06 18:20:00 -0500
 * removing unused subs, documenting


Modified: Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI/Collection.pm	Sun Nov  6 19:13:23 2005
@@ -1460,17 +1460,18 @@
 
 =cut
 
-sub set_table {
-    my $self = shift;
-    return $self->table(@_);
-}
-
 sub table {
     my $self = shift;
     $self->{table} = shift if (@_);
     return $self->{table};
 }
 
+=head2 refers_to
+
+Private convenience method needed for the declarative schema generation.
+
+=cut
+
 sub refers_to (@) {
     my $class = shift;
     my (%args) = @_;


More information about the Rt-commit mailing list