# Link a rails object/model to discourse so that a new topic is created when an object is created

**URL:** https://meta.discourse.org/t/link-a-rails-object-model-to-discourse-so-that-a-new-topic-is-created-when-an-object-is-created/57191
**Category:** Development
**Created:** [10.Февраль.2017 03:58:22 UTC](https://meta.discourse.org/t/link-a-rails-object-model-to-discourse-so-that-a-new-topic-is-created-when-an-object-is-created/57191 "2017-02-10T03:58:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Mie\_Goreng](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mie_goreng/32/139100_2.png) [@Mie\_Goreng](https://meta.discourse.org/u/Mie_Goreng)
#### Post date: [10.Февраль.2017 03:58:22 UTC](https://meta.discourse.org/t/link-a-rails-object-model-to-discourse-so-that-a-new-topic-is-created-when-an-object-is-created/57191/1 "2017-02-10T03:58:22Z")

</div>

If I have an Article model in Rails with attributes title, image and content are there any existing plugins that would allow me to create a new topic in discourse using these attributes?
