Adding Log model for database-based log messages
This commit is contained in:
parent
e1bef18152
commit
ac3d52a66e
4 changed files with 61 additions and 0 deletions
9
test/models/log_test.rb
Normal file
9
test/models/log_test.rb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
require "test_helper"
|
||||
|
||||
class LogTest < ActiveSupport::TestCase
|
||||
|
||||
def log
|
||||
@log ||= Log.new
|
||||
end
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue