diff options
| author | Teddy Wing | 2017-06-14 17:46:01 +0200 |
|---|---|---|
| committer | Teddy Wing | 2017-06-14 17:46:01 +0200 |
| commit | 986f3bc5a785998d9832bdcdf3e570040fd34185 (patch) | |
| tree | 3f6ee61b69f4d6a0515319ef655979f945401a84 | |
| parent | f327ae88ebc45d291dc8485a0ade20a7e335740f (diff) | |
| download | chouette-core-986f3bc5a785998d9832bdcdf3e570040fd34185.tar.bz2 | |
TableBuilder: Add TODOs from this morning
Refs #3479
| -rw-r--r-- | app/helpers/table_builder_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/helpers/table_builder_helper.rb b/app/helpers/table_builder_helper.rb index f4a3f9eb4..d1afcddf7 100644 --- a/app/helpers/table_builder_helper.rb +++ b/app/helpers/table_builder_helper.rb @@ -1,3 +1,5 @@ +# TODO: Add doc comment about neeeding to make a decorator for your collections +# TODO: Document global variables this uses module TableBuilderHelper class Column attr_reader :key, :name, :attribute, :sortable |
