Created
December 16, 2018 22:14
-
-
Save huhn511/e377c5de2d1358b093b5dc5021b24139 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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