MT#5879 Remove country_name wrapper.

agranig/pbx-dev-map
Irina Peshinskaya 11 years ago
parent 041207b98f
commit 5a1a07811b

@ -1,7 +1,6 @@
package NGCP::Schema::Result::contacts;
use Scalar::Util qw(blessed);
use parent 'DBIx::Class::Core';
use Geography::Countries ();#exported by default too
our $VERSION = '2.007';
@ -149,11 +148,6 @@ __PACKAGE__->has_many(
{ cascade_copy => 0, cascade_delete => 0 },
);
sub country_name{
my ($self) = @_;
return scalar Geography::Countries::country( $self->country );
}
sub TO_JSON {
my ($self) = @_;
return {

Loading…
Cancel
Save