Sha256: a32a9ffc285e1e488a1eed3a883cd3ee9a68bb7289d306303292955bed50689c
Contents?: true
Size: 375 Bytes
Versions: 1
Compression:
Stored size: 375 Bytes
Contents
class CreateExceptionLoggerLoggedExceptions < ActiveRecord::Migration def change create_table :logged_exceptions, :force => true do |t| t.string :exception_class t.string :controller_name t.string :action_name t.text :message t.text :backtrace t.text :environment t.text :request t.datetime :created_at end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exception_logger-0.2.0 | db/migrate/20120507081835_create_exception_logger_logged_exceptions.rb |