class Kanbanery::Task
Public Class Methods
readonly_fields()
click to toggle source
# File lib/ranbanery/task.rb, line 4 def self.readonly_fields [:id, :type, :creator_id, :owner_id, :blocked, :created_at, :updated_at, :moved_at, :global_in_context_url, :deadline, :sync_created_at, :sync_updated_at, :weight] end