Skip to content

Commit

Permalink
oops, need to load the component that makes the attribute work
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Feb 25, 2020
1 parent 3ce57a3 commit 8df7f2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/DBIx/Class/Helper/ResultSet/Shortcut/RemoveColumns.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ use warnings;

use parent 'DBIx::Class::ResultSet';

__PACKAGE__->load_components('Helper::ResultSet::RemoveColumns');

sub remove_columns { shift->search(undef, { remove_columns => shift }) }

1;

0 comments on commit 8df7f2a

Please sign in to comment.