Updated

app/models / archived.rb

A
7 lines of codes
1 methods
0.0 complexity/method
1 churn
0.0 complexity
0 duplications
module Archived
  1. Archived has no descriptive comment
class << self def table_name_prefix "archived_" end end end