Methods
Public Class methods
[ show source ]
# File test/template/active_record_helper_test.rb, line 22
22: def PostPostPost...content_columnscontent_columnscontent_columns() [ Column.new(:string, "title", "Title") ] end
[ show source ]
# File test/template/active_record_helper_test.rb, line 52
52: def Post.content_columns() [ Column.new(:date, "written_on", "Written on") ] end
[ show source ]
# File test/template/active_record_helper_test.rb, line 61
61: def Post.content_columns() [ Column.new(:datetime, "written_on", "Written on") ] end