diff options
author | Steve <nilslice@gmail.com> | 2016-11-29 12:03:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-29 12:03:26 -0800 |
commit | d11d86d73aebc2fc95eedebb166c58962762db2d (patch) | |
tree | 56e99f446ac5343297e9ff72f667930ec89948e9 /management/editor/editor.go | |
parent | f252472047f86d1bdf956dc59b89541ea0260d68 (diff) | |
parent | c50ae920c84b00eea7e7a896bff5546d1e013c16 (diff) |
Merge pull request #18 from bosssauce/ponzu-dev
[tooling] Add Rails-like content generator for Content Types
Diffstat (limited to 'management/editor/editor.go')
-rw-r--r-- | management/editor/editor.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/management/editor/editor.go b/management/editor/editor.go index 3843592..2a9183b 100644 --- a/management/editor/editor.go +++ b/management/editor/editor.go @@ -18,7 +18,6 @@ type Editable interface { type Sortable interface { Time() int64 Touch() int64 - ItemID() int } // Mergeable allows external post content to be approved and published through |