Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement tweet function #19

Merged
merged 6 commits into from
Mar 16, 2015
Merged

Implement tweet function #19

merged 6 commits into from
Mar 16, 2015

Conversation

Gaddict
Copy link
Contributor

@Gaddict Gaddict commented Mar 16, 2015

ツイート機能実装

*とりあえず形だけ動くようにした

@@ -7,9 +9,36 @@ def index
@bot = Bot.new
end

def update
parameters = params.require(:tweet).permit :bot_id, :content
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • ここの件なんだけど以下に合わせてメソッド切り出ししてほしい
def bot_params
     params.require(:bot).permit :twitter_name, :twitter_id, :hash_tags
end

@pollseed
Copy link
Owner

挙動おかしくなるようならこのままでいいす

pollseed added a commit that referenced this pull request Mar 16, 2015
Implement tweet function
@pollseed pollseed merged commit 88e5baa into pollseed:develop Mar 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants