Commit Graph

4 Commits (405f141fe0c5ad3aa45643500f91be2b1d539554)

Author SHA1 Message Date
Matt Jankowski 25c66fa640
Enable paperclip for account attachment examples ()
Matt Jankowski c94bb9ba9a
Disable paperclip processing in specs ()
Eugen Rochko 49b2f7c0a2
Fix base64-encoded file uploads not being possible ()
Fix , Fix 
Akihiko Odaki (@fn_aki@pawoo.net) e27f792c24 Some minor change and spec for Account ()
* Introduce domains method to Account relation

Account had followers_domains method, which was excessively specific.
Let relation of Account have domains method instead.

* Move follow_mapping in Account to AccountInteractions

* Introduce shared examples for AccountAvatar inclusion

* Cover Account more