Sha256: 20455cb04cd910c1a538723dcbdecdb396ac09ed488cbc32322eb2a8b994c73b

Contents?: true

Size: 114 Bytes

Versions: 5

Compression:

Stored size: 114 Bytes

Contents

module Killbill::HelloWorld
  class User < ActiveRecord::Base
    self.table_name = 'hello_world_users'
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
killbill-helloworld-4.0.0 lib/helloworld/user.rb
killbill-helloworld-3.0.1 lib/helloworld/user.rb
killbill-helloworld-3.0.0 lib/helloworld/user.rb
killbill-helloworld-2.0.0 lib/helloworld/user.rb
killbill-helloworld-1.0.0 lib/helloworld/user.rb