module Ecoportal module API class Internal class Preferences < Common::BaseModel passthrough :show_sidebar, :show_shortcuts, :show_coming_soon, :show_recently_visited_forms, :show_tasks, to: :doc end end end end