Sha256: 9436aa0913e2f5a6a3562ad10571fbc857dc1f6a37cfa9d53f2f80d8c17e07b0
Contents?: true
Size: 634 Bytes
Versions: 17
Compression:
Stored size: 634 Bytes
Contents
#require '<%= project_name %>' # # NOTE: You must define your model somewhere in your library # # and you must keep in mind that if you decide to have # # MultilabelNamespace you must create the right directory # # structure for it: # # Suppose Bio::Project::Mymodel < ActiveRecord::Base or a dummy class with the connection. # # Checkout the documentation. # # bioruby-gem/lib/bio/project/mymodel.rb # #Use this file to load a default dataset into your database # %w(Raoul Toshiaki Francesco).each do |coder| # YourNameSpace Example.create(:name=>coder, :tag=>"bioruby", :type=>"developer") # end
Version data entries
17 entries across 17 versions & 1 rubygems