forked from bofh/fetsite
themessticker, cleanup routes
This commit is contained in:
@@ -21,7 +21,7 @@ class Themengruppe < ActiveRecord::Base
|
||||
|
||||
translates :title,:text, :versioning =>true, :fallbacks_for_empty_translations => true
|
||||
|
||||
scope :intern,-> {where(:public=>false)}
|
||||
scope :intern,-> {where("NOT public")}
|
||||
scope :public,-> {where(:public=>true)}
|
||||
|
||||
def self.find_wiki_default
|
||||
|
||||
Reference in New Issue
Block a user