ref: master
app/models/login_block.rb
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
class LoginBlock < Block def self.description _('Login/logout') end def help _('This block presents a login/logout block.') end def cacheable? false end end