diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-02-09 13:19:00 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-02-09 13:19:00 +0100 |
| commit | 7a5f2233913b1c29a937cb7cd9e466209cd6e847 (patch) | |
| tree | e92a97b29c166ad77614940a08ae4e6522028e51 /lib/githubexplorer/Profile.pm | |
| parent | add new tables (diff) | |
| download | github-explorer-7a5f2233913b1c29a937cb7cd9e466209cd6e847.tar.gz | |
rename to repo
Diffstat (limited to 'lib/githubexplorer/Profile.pm')
| -rw-r--r-- | lib/githubexplorer/Profile.pm | 1 |
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); } |
