Skip to content

Instantly share code, notes, and snippets.

@huhn511
Created December 16, 2018 22:14
Show Gist options
  • Save huhn511/e377c5de2d1358b093b5dc5021b24139 to your computer and use it in GitHub Desktop.
Save huhn511/e377c5de2d1358b093b5dc5021b24139 to your computer and use it in GitHub Desktop.
require "administrate/field/base"
class TrixField < Administrate::Field::Base
def to_s
data
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment