lib/typus/resources.rb in typus-3.1.0.rc18 vs lib/typus/resources.rb in typus-3.1.0.rc19
- old
+ new
@@ -34,9 +34,18 @@
@@sortable = true
mattr_accessor :start_year
@@start_year = nil
+ mattr_accessor :hide_from_sidebar
+ @@hide_from_sidebar = false
+
+ mattr_accessor :hide_from_dashboard
+ @@hide_from_dashboard = false
+
+ mattr_accessor :export
+ @@export = ""
+
def self.method_missing(*args)
nil
end
end