Removed not needed assets.
This commit is contained in:
parent
8a1f48d7c6
commit
e63cccaf25
1 changed files with 0 additions and 11 deletions
|
@ -29,17 +29,6 @@ returns
|
|||
data[ User.to_app_model ][ self['created_by_id'] ] = User.user_data_full( self['created_by_id'] )
|
||||
end
|
||||
|
||||
# fetch meta relations
|
||||
if !data[ History::Object.to_app_model ]
|
||||
data[ History::Object.to_app_model ] = History::Object.all()
|
||||
end
|
||||
if !data[ History::Type.to_app_model ]
|
||||
data[ History::Type.to_app_model ] = History::Type.all()
|
||||
end
|
||||
if !data[ History::Attribute.to_app_model ]
|
||||
data[ History::Attribute.to_app_model ] = History::Attribute.all()
|
||||
end
|
||||
|
||||
data
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue