just_withdrawn.rb

来自「用ruby on rails写的一个博客程序,还不错..ruby on rail」· RB 代码 · 共 12 行

RB
12
字号
module ContentState  class JustWithdrawn < Withdrawn    def memento      'ContentState::Withdrawn'    end    def just_changed_published_status?      true    end  endend

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?