class TCellAgent::DLP::SomeModel
Public Class Methods
columns()
click to toggle source
# File spec/lib/tcell_agent/rails/dlp_spec.rb, line 19 def columns [SomeColumn.new('id'), SomeColumn.new('name'), SomeColumn.new('email')] end
connection_config()
click to toggle source
# File spec/lib/tcell_agent/rails/dlp_spec.rb, line 23 def connection_config { :database => 'something/test_database' } end
table_name()
click to toggle source
# File spec/lib/tcell_agent/rails/dlp_spec.rb, line 15 def table_name 'some_models' end