summaryrefslogtreecommitdiff
path: root/lib/githubexplorer/Profile.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-09 13:19:00 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-09 13:19:00 +0100
commit7a5f2233913b1c29a937cb7cd9e466209cd6e847 (patch)
treee92a97b29c166ad77614940a08ae4e6522028e51 /lib/githubexplorer/Profile.pm
parentadd new tables (diff)
downloadgithub-explorer-7a5f2233913b1c29a937cb7cd9e466209cd6e847.tar.gz
rename to repo
Diffstat (limited to '')
-rw-r--r--lib/githubexplorer/Profile.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/githubexplorer/Profile.pm b/lib/githubexplorer/Profile.pm
index 1af64cc..bb3d462 100644
--- a/lib/githubexplorer/Profile.pm
+++ b/lib/githubexplorer/Profile.pm
@@ -126,6 +126,7 @@ sub _create_profile {
try {
$self->schema->txn_do(
sub {
+
$profile_rs
= $self->schema->resultset('Profiles')->create($profile);
}